- doc
[oweals/gnunet.git] / src / util / scheduler.c
index 9b49df79a3d007a761c0acfe44cfe3802b094b90..0adf9f0ae845d8257aafeefeb8db191d76d66cd1 100644 (file)
@@ -642,8 +642,6 @@ sighandler_shutdown ()
   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));