From 08d7c225934a1f47356c0df313ae5d0a3eccb705 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Oct 2011 09:48:15 +0000 Subject: [PATCH] reudce insanity --- src/util/test_common_logging_runtime_loglevels.c | 2 ++ src/util/test_configuration.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c index 388f74ec1..6485e4e4a 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -85,8 +85,10 @@ read_output_line (int phase_from1, int phase_to1, int phase_from2, if (!(phase >= phase_from1 && phase <= phase_to1) && !(phase >= phase_from2 && phase <= phase_to2)) return p; +#if 0 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Trying to match '%c%s \\d\\r\\n' on %s\n", c, expect_level, p); +#endif for (i = 0; i < *len && !stop; i++) { switch (stage) diff --git a/src/util/test_configuration.c b/src/util/test_configuration.c index 1c40f06f6..4a993923b 100644 --- a/src/util/test_configuration.c +++ b/src/util/test_configuration.c @@ -133,7 +133,7 @@ diffsCallBack (void *cls, const char *section, const char *option, GNUNET_free_non_null (diffValue); break; } -#if DEBUG +#if 0 case PRINT: if (NULL == cbData->section) { @@ -254,7 +254,7 @@ checkDiffs (struct GNUNET_CONFIGURATION_Handle *cfgDefault, int option) "Incorrect Configuration Diffs: Data may be missing in diffs\n"); housekeeping: -#if DEBUG +#if 0 cbData.section = NULL; cbData.callBackOption = PRINT; printf ("\nExpected Diffs:\n"); -- 2.25.1