gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25458 - gnunet/src/util
Date: Thu, 13 Dec 2012 16:45:19 +0100

Author: harsha
Date: 2012-12-13 16:45:18 +0100 (Thu, 13 Dec 2012)
New Revision: 25458

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

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2012-12-13 15:36:28 UTC (rev 25457)
+++ gnunet/src/util/scheduler.c 2012-12-13 15:45:18 UTC (rev 25458)
@@ -724,6 +724,7 @@
                                 GNUNET_DISK_PIPE_END_READ);
   GNUNET_assert (pr != NULL);
   my_pid = getpid ();
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "Registering signal handlers\n");
   shc_int = GNUNET_SIGNAL_handler_install (SIGINT, &sighandler_shutdown);
   shc_term = GNUNET_SIGNAL_handler_install (SIGTERM, &sighandler_shutdown);
 #ifndef MINGW




reply via email to

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