aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 6c33c2da1..21eb3c6c6 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -58,7 +58,7 @@ runone (void);
58 58
59 59
60static void 60static void
61end_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 61end_task (void *cls)
62{ 62{
63 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Ending phase %d, ok is %d\n", phase, 63 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Ending phase %d, ok is %d\n", phase,
64 ok); 64 ok);
@@ -215,7 +215,7 @@ static int bytes;
215 215
216 216
217static void 217static void
218read_call (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 218read_call (void *cls)
219{ 219{
220 const struct GNUNET_DISK_FileHandle *stdout_read_handle = cls; 220 const struct GNUNET_DISK_FileHandle *stdout_read_handle = cls;
221 char level[8]; 221 char level[8];
@@ -425,7 +425,7 @@ runone ()
425 425
426 426
427static void 427static void
428task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 428task (void *cls)
429{ 429{
430 phase = 0; 430 phase = 0;
431 runone (); 431 runone ();