From b6b8dbbe1a1a28394f476d3091a60ab8a733b570 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Oct 2017 15:55:16 +0300 Subject: [PATCH] Test --- crypto777/nanosrc/protocols/utils/priolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/nanosrc/protocols/utils/priolist.c b/crypto777/nanosrc/protocols/utils/priolist.c index 5d5560229..5b6cb5401 100755 --- a/crypto777/nanosrc/protocols/utils/priolist.c +++ b/crypto777/nanosrc/protocols/utils/priolist.c @@ -136,7 +136,7 @@ struct nn_pipe *nn_priolist_getpipe(struct nn_priolist *self) { if ( nn_slow(self->current == -1) ) { - printf("nn_priolist_getpipe.%p -1 current it is\n",self); + //printf("nn_priolist_getpipe.%p -1 current it is\n",self); return NULL; } printf("nn_priolist_getpipe.%p current.%d slot.%p\n",self,self->current,self->slots[self->current - 1].current->pipe);