fix
[oweals/gnunet.git] / src / util / test_common_logging_runtime_loglevels.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)