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)
GNUNET_free_non_null (diffValue);
break;
}
-#if DEBUG
+#if 0
case PRINT:
if (NULL == cbData->section)
{
"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");