From 7f1284c0da8c34b6bf250b64f573658bd48d9f71 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 28 Aug 2016 20:35:39 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 6677d4fdf..d425c80c1 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -689,7 +689,7 @@ void iguana_helper(void *arg) polltimeout = coin->polltimeout; if ( coin->current != 0 && coin->current->hdrsi != coin->bundlescount-1 ) allcurrent = 0; - //printf("h.%d [%d] bundleQ size.%d lag.%ld\n",helperid,bp->hdrsi,queue_size(&bundlesQ),time(NULL) - bp->nexttime); + printf("h.%d [%d] bundleQ size.%d lag.%ld\n",helperid,bp->hdrsi,queue_size(&bundlesQ),time(NULL) - bp->nexttime); coin->numbundlesQ--; if ( coin->started != 0 && (bp->nexttime == 0 || time(NULL) >= bp->nexttime) && coin->active != 0 ) {