aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-07-23 16:52:27 +0200
committerThomas White <taw@physics.org>2012-07-23 16:52:27 +0200
commitbbb7912346271e48e8081ccfeb1add14581aa3fc (patch)
tree8bb5af789b3734e2f8c742439a8ab2e38f64d8cc /src
parent9964cdeafc1338f5841270bc5392ad8e3c8eb33e (diff)
indexamajig: Remove "Worker <n> exited normally" message
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c1
1 files changed, 0 insertions, 1 deletions
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;
}