commit 5ffd63ff04991dcbc28c45730a90a5cec34f1439 parent 57eb81f6eeb2c5ae5d847918e8d96f6e12e3e23e Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 4 Aug 2012 19:46:03 +0000 nolog Diffstat:
| M | src/main/extractor_ipc_gnu.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c @@ -446,7 +446,6 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels, } if (-1 == max) { - LOG ("No channels to select on...\n"); return 1; /* nothing left to do! */ } tv.tv_sec = 10;