aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 19:46:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 19:46:45 +0000
commite5ba359af49fac05185f5ec0b4dbb47c7060167a (patch)
treec8146873eb3676714f2c370c067f5b7164146918 /src/util/common_logging.c
parentae202e69cb8d882992cac472a2fd86da0d0b18bf (diff)
downloadgnunet-e5ba359af49fac05185f5ec0b4dbb47c7060167a.tar.gz
gnunet-e5ba359af49fac05185f5ec0b4dbb47c7060167a.zip
-fixing resuming publish operation
Diffstat (limited to 'src/util/common_logging.c')
-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 5929fc94a..0c9973d44 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -663,7 +663,7 @@ parse_all_definitions ()
663 * @param comp default component to use 663 * @param comp default component to use
664 * @param loglevel what types of messages should be logged 664 * @param loglevel what types of messages should be logged
665 * @param logfile which file to write log messages to (can be NULL) 665 * @param logfile which file to write log messages to (can be NULL)
666 * @return GNUNET_OK on success 666 * @return #GNUNET_OK on success
667 */ 667 */
668int 668int
669GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile) 669GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile)