From 7eaf2dd85d6f78c5bdea8210153da1e60f9c96c0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 19 Jun 2017 11:42:46 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_forwarding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_forwarding.c b/iguana/exchanges/LP_forwarding.c index 74a00a427..ab03abc87 100644 --- a/iguana/exchanges/LP_forwarding.c +++ b/iguana/exchanges/LP_forwarding.c @@ -65,7 +65,7 @@ int32_t LP_hello(struct LP_forwardinfo *ptr) return(i); } } - //printf("%d iterations on nn_poll and %s pushsock still not ready\n",i,ptr->pushaddr); + printf("%d iterations on nn_poll and %s pushsock still not ready\n",i,ptr->pushaddr); return(-1); } return(0);