From bbb7912346271e48e8081ccfeb1add14581aa3fc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 23 Jul 2012 16:52:27 +0200 Subject: indexamajig: Remove "Worker exited normally" message --- src/im-sandbox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index b2f14bbb..c153d8d4 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -648,7 +648,6 @@ static void handle_zombie(struct sandbox *sb) sb->running[i] = 0; if ( WIFEXITED(status) ) { - STATUS("Worker %i exited normally.\n", i); continue; } -- cgit v1.2.3