aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-06 09:17:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-06 09:17:11 +0000
commitc7862e3f63acaa648653a30e567a875d42d6b4c2 (patch)
tree20666f467fdd9a83846e01ce37e1a6ee0923bd05 /src/util/test_common_logging_runtime_loglevels.c
parent0b7df31372e4eb63732f03f8754607a4dee2b80d (diff)
downloadgnunet-c7862e3f63acaa648653a30e567a875d42d6b4c2.tar.gz
gnunet-c7862e3f63acaa648653a30e567a875d42d6b4c2.zip
-speed up logging test, fix logging testcase to always log at DEBUG level
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 092f06041..d1f264c70 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -43,7 +43,7 @@ static struct GNUNET_DISK_PipeHandle *pipe_stdout;
43static GNUNET_SCHEDULER_TaskIdentifier die_task; 43static GNUNET_SCHEDULER_TaskIdentifier die_task;
44 44
45static void 45static void
46runone (); 46runone (void);
47 47
48static void 48static void
49end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 49end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)