aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-13 16:44:37 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-13 16:44:37 +0000
commit2371e9758411845b5982b52d37f36c9b040e80f5 (patch)
treedecdc6fb38aed8066effe5b0d633b431581640f2 /src/util/scheduler.c
parentcb35b97eda49c9cd56cc86fa9107fbd588448a27 (diff)
downloadgnunet-2371e9758411845b5982b52d37f36c9b040e80f5.tar.gz
gnunet-2371e9758411845b5982b52d37f36c9b040e80f5.zip
- fix
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 9b49df79a..5a129947e 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -643,7 +643,7 @@ sighandler_shutdown ()
643 exit (1); /* we have fork'ed since the signal handler was created, 643 exit (1); /* we have fork'ed since the signal handler was created,
644 * ignore the signal, see https://gnunet.org/vfork discussion */ 644 * ignore the signal, see https://gnunet.org/vfork discussion */
645 LOG (GNUNET_ERROR_TYPE_DEBUG, 645 LOG (GNUNET_ERROR_TYPE_DEBUG,
646 "Got signal %d from parent, writing to shutdown pipe\n"); 646 "Got shutdown signal from parent, writing to shutdown pipe\n");
647 GNUNET_DISK_file_write (GNUNET_DISK_pipe_handle 647 GNUNET_DISK_file_write (GNUNET_DISK_pipe_handle
648 (shutdown_pipe_handle, GNUNET_DISK_PIPE_END_WRITE), 648 (shutdown_pipe_handle, GNUNET_DISK_PIPE_END_WRITE),
649 &c, sizeof (c)); 649 &c, sizeof (c));