aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 74467529..09928a82 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -141,7 +141,7 @@ static void check_hung_workers(struct sandbox *sb)
}
if ( tnow - sb->last_response[i] > 240 ) {
- STATUS("Worker %i did not respond for 240 seconds - "
+ STATUS("Worker %i did not respond for 4 minutes - "
"sending it SIGKILL.\n", i);
kill(sb->pids[i], SIGKILL);
stamp_response(sb, i);