diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 14cae1f3a..f36b31749 100644 --- a/iguana/exchanges/LP_network.c +++ b/iguana/exchanges/LP_network.c @@ -277,7 +277,7 @@ void queue_loop(void *arg) DL_FOREACH_SAFE(LP_garbage_collector,req,rtmp) { DL_DELETE(LP_garbage_collector,req); - printf("garbage collect ipbits.%x\n",req->ipbits); + //printf("garbage collect ipbits.%x\n",req->ipbits); free(req); } portable_mutex_unlock(&LP_networkmutex); diff --git a/iguana/exchanges/stats.c b/iguana/exchanges/stats.c index ab82d9f53..4eea97b8e 100644 --- a/iguana/exchanges/stats.c +++ b/iguana/exchanges/stats.c @@ -614,7 +614,7 @@ void LP_rpc_processreq(void *_ptr) if ( spawned > maxspawned ) { printf("max rpc threads spawned and alive %d <- %d\n",maxspawned,spawned); - spawned = maxspawned; + maxspawned = spawned; } while ( remains > 0 ) {