aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 21:38:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 21:38:56 +0000
commite38acaa0c050dd691d01cbdcf588426ff088e0f8 (patch)
treee575057f24b5ac356077a703ee16191ebf81f4e5 /src
parent321e09ea6ded0d36202d90b7be7c2b34b6d8fd5c (diff)
downloadgnunet-e38acaa0c050dd691d01cbdcf588426ff088e0f8.tar.gz
gnunet-e38acaa0c050dd691d01cbdcf588426ff088e0f8.zip
-LRN: fix syscall name
Diffstat (limited to 'src')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 18b03d0eb..c358e6fd8 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -604,7 +604,7 @@ GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile)
604 } 604 }
605 if (altlog_fd == -1) 605 if (altlog_fd == -1)
606 { 606 {
607 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "fopen", fn); 607 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "open", fn);
608 if (dirwarn) 608 if (dirwarn)
609 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 609 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
610 _("Failed to create or access directory for log file `%s'\n"), 610 _("Failed to create or access directory for log file `%s'\n"),