gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12063 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r12063 - gnunet/contrib
Date: Wed, 30 Jun 2010 13:42:46 +0200

Author: wachs
Date: 2010-06-30 13:42:46 +0200 (Wed, 30 Jun 2010)
New Revision: 12063

Modified:
   gnunet/contrib/timeout_watchdog.c
Log:


Modified: gnunet/contrib/timeout_watchdog.c
===================================================================
--- gnunet/contrib/timeout_watchdog.c   2010-06-30 08:16:30 UTC (rev 12062)
+++ gnunet/contrib/timeout_watchdog.c   2010-06-30 11:42:46 UTC (rev 12063)
@@ -97,6 +97,7 @@
 if (child > 0)
 {
   sleep(timeout);
+  printf("Child processes were killed after timeout of %u seconds\n",timeout);
   kill(0,SIGABRT);
   exit(1);
 }  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]