gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17363 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r17363 - gnunet/src/util
Date: Tue, 11 Oct 2011 11:48:15 +0200

Author: grothoff
Date: 2011-10-11 11:48:15 +0200 (Tue, 11 Oct 2011)
New Revision: 17363

Modified:
   gnunet/src/util/test_common_logging_runtime_loglevels.c
   gnunet/src/util/test_configuration.c
Log:
reudce insanity

Modified: gnunet/src/util/test_common_logging_runtime_loglevels.c
===================================================================
--- gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-10-11 
09:43:04 UTC (rev 17362)
+++ gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-10-11 
09:48:15 UTC (rev 17363)
@@ -85,8 +85,10 @@
   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)

Modified: gnunet/src/util/test_configuration.c
===================================================================
--- gnunet/src/util/test_configuration.c        2011-10-11 09:43:04 UTC (rev 
17362)
+++ gnunet/src/util/test_configuration.c        2011-10-11 09:48:15 UTC (rev 
17363)
@@ -133,7 +133,7 @@
        GNUNET_free_non_null (diffValue);
        break;
       }
-#if DEBUG
+#if 0
     case PRINT:
       if (NULL == cbData->section)
        {
@@ -254,7 +254,7 @@
             "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");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]