(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 30 Jun 2010 11:42:46 +0000 (11:42 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 30 Jun 2010 11:42:46 +0000 (11:42 +0000)
contrib/timeout_watchdog.c

index 83f751fb0f18a16bcdbc785ef5cbc92925424d1b..4f246245b061399429a477d2200e654f915273a4 100644 (file)
@@ -97,6 +97,7 @@ if (child==0)
 if (child > 0)
 {
   sleep(timeout);
+  printf("Child processes were killed after timeout of %u seconds\n",timeout);
   kill(0,SIGABRT);
   exit(1);
 }