From a327d58dbb8703643e0c1f2d6671f98a5f0eb810 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Nov 2017 23:52:06 +0200 Subject: [PATCH] Test --- iguana/exchanges/stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/stats.c b/iguana/exchanges/stats.c index 0c5cab321..fe31d3888 100644 --- a/iguana/exchanges/stats.c +++ b/iguana/exchanges/stats.c @@ -751,7 +751,7 @@ void stats_rpcloop(void *args) localhostbits = (uint32_t)calc_ipbits("127.0.0.1"); while ( 1 ) { - printf("LP_bindsock.%d\n",LP_bindsock); + //printf("LP_bindsock.%d\n",LP_bindsock); if ( LP_bindsock < 0 ) { while ( (LP_bindsock= iguana_socket(1,"0.0.0.0",port)) < 0 )