gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25457 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r25457 - gnunet/src/util
Date: Thu, 13 Dec 2012 16:36:28 +0100

Author: harsha
Date: 2012-12-13 16:36:28 +0100 (Thu, 13 Dec 2012)
New Revision: 25457

Modified:
   gnunet/src/util/scheduler.c
Log:
- logging

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2012-12-13 15:23:16 UTC (rev 25456)
+++ gnunet/src/util/scheduler.c 2012-12-13 15:36:28 UTC (rev 25457)
@@ -642,6 +642,8 @@
   if (getpid () != my_pid)
     exit (1);                   /* we have fork'ed since the signal handler 
was created,
                                  * ignore the signal, see 
https://gnunet.org/vfork discussion */
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Got signal %d from parent, writing to shutdown pipe\n");
   GNUNET_DISK_file_write (GNUNET_DISK_pipe_handle
                           (shutdown_pipe_handle, GNUNET_DISK_PIPE_END_WRITE),
                           &c, sizeof (c));




reply via email to

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