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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 263aa7bac..cf206ef91 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -279,6 +279,7 @@ void
279GNUNET_log_skip (unsigned int n, int check_reset) 279GNUNET_log_skip (unsigned int n, int check_reset)
280{ 280{
281 if (n == 0) 281 if (n == 0)
282 {
282 skip_log = 0; 283 skip_log = 0;
283 if (check_reset) 284 if (check_reset)
284 GNUNET_assert (ok); 285 GNUNET_assert (ok);