gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25460 - gnunet/src/util
Date: Thu, 13 Dec 2012 17:44:38 +0100

Author: harsha
Date: 2012-12-13 17:44:37 +0100 (Thu, 13 Dec 2012)
New Revision: 25460

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

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2012-12-13 16:13:11 UTC (rev 25459)
+++ gnunet/src/util/scheduler.c 2012-12-13 16:44:37 UTC (rev 25460)
@@ -643,7 +643,7 @@
     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");
+       "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]