gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25577 - gnunet/src/util
Date: Thu, 20 Dec 2012 12:05:08 +0100

Author: grothoff
Date: 2012-12-20 12:05:08 +0100 (Thu, 20 Dec 2012)
New Revision: 25577

Modified:
   gnunet/src/util/scheduler.c
Log:
-must not log in signal handlers

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2012-12-20 10:57:51 UTC (rev 25576)
+++ gnunet/src/util/scheduler.c 2012-12-20 11:05:08 UTC (rev 25577)
@@ -642,8 +642,6 @@
   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 shutdown signal 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]