reudce insanity
authorChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 09:48:15 +0000 (09:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 09:48:15 +0000 (09:48 +0000)
src/util/test_common_logging_runtime_loglevels.c
src/util/test_configuration.c

index 388f74ec1304c18ad7912c7308dc843c287e6f9d..6485e4e4a48f96a24c4c5e7458bf48a0a8f09f76 100644 (file)
@@ -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)
index 1c40f06f648431de79423a4b6ab36f55079cabf6..4a993923b265db5d2320f9b03a115571c2fb7713 100644 (file)
@@ -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");