summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 23749dd99..000c33880 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -842,7 +842,7 @@ GNUNET_log_skip (int n, int check_reset)
842 ok = (0 == skip_log); 842 ok = (0 == skip_log);
843 skip_log = 0; 843 skip_log = 0;
844 if (check_reset) 844 if (check_reset)
845 GNUNET_assert (ok); 845 GNUNET_break (ok);
846 } 846 }
847 else 847 else
848 { 848 {