aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
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 7003abf02..641afa6d3 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -299,7 +299,7 @@ npipe_open (const char *fn,
299 } 299 }
300 if (-1 == fd) 300 if (-1 == fd)
301 { 301 {
302 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 302 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
303 (flags == GNUNET_DISK_OPEN_READ) 303 (flags == GNUNET_DISK_OPEN_READ)
304 ? _("Failed to open named pipe `%s' for reading: %s\n") 304 ? _("Failed to open named pipe `%s' for reading: %s\n")
305 : _("Failed to open named pipe `%s' for writing: %s\n"), 305 : _("Failed to open named pipe `%s' for writing: %s\n"),