aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 8d9eb5a76..436e009ab 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -149,6 +149,8 @@ get_type (const char *log)
149 * 149 *
150 * @param comp default component to use 150 * @param comp default component to use
151 * @param loglevel what types of messages should be logged 151 * @param loglevel what types of messages should be logged
152 * @param logfile which file to write log messages to (can be NULL)
153 * @return GNUNET_OK on success
152 */ 154 */
153int 155int
154GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile) 156GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile)