aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-13 15:49:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-13 15:49:04 +0000
commitc642f0e287ea3a2bb6362c97c590757b723155e4 (patch)
tree11cbe42e6e762f2ca85c6d15e753f5808001ba84 /src/util/os_priority.c
parent71a8f8e6dba1240cb6efef9f122663fb8e118bd6 (diff)
downloadgnunet-c642f0e287ea3a2bb6362c97c590757b723155e4.tar.gz
gnunet-c642f0e287ea3a2bb6362c97c590757b723155e4.zip
-fix loglevel
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 5946f2b3d..b52e116a6 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -99,7 +99,7 @@ parent_control_handler (void *cls,
99 { 99 {
100 if (-1 == ret) 100 if (-1 == ret)
101 LOG_STRERROR (GNUNET_ERROR_TYPE_ERROR, "GNUNET_DISK_file_read"); 101 LOG_STRERROR (GNUNET_ERROR_TYPE_ERROR, "GNUNET_DISK_file_read");
102 LOG (GNUNET_ERROR_TYPE_WARNING, "Closing control pipe\n"); 102 LOG (GNUNET_ERROR_TYPE_DEBUG, "Closing control pipe\n");
103 GNUNET_DISK_file_close (control_pipe); 103 GNUNET_DISK_file_close (control_pipe);
104 control_pipe = NULL; 104 control_pipe = NULL;
105 return; 105 return;