diff options
author | Thomas White <taw@physics.org> | 2012-07-23 16:52:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-07-23 16:52:27 +0200 |
commit | bbb7912346271e48e8081ccfeb1add14581aa3fc (patch) | |
tree | 8bb5af789b3734e2f8c742439a8ab2e38f64d8cc /src | |
parent | 9964cdeafc1338f5841270bc5392ad8e3c8eb33e (diff) |
indexamajig: Remove "Worker <n> exited normally" message
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
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; } |