-combine log statements
authorChristian Grothoff <christian@grothoff.org>
Wed, 26 Jun 2013 12:18:04 +0000 (12:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 26 Jun 2013 12:18:04 +0000 (12:18 +0000)
src/regex/plugin_block_regex.c

index 9bbf4afedb3576e401768097c87f003c62b85241..e17b34d3394325040553a79a1e5f07b061683631 100644 (file)
@@ -105,9 +105,10 @@ evaluate_block_regex (void *cls, enum GNUNET_BLOCK_Type type,
     const struct RegexBlock *rblock = reply_block;
 
     GNUNET_break_op (0);
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Block with no xquery\n");
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "  key: %s, %u edges\n",
-                GNUNET_h2s (&rblock->key), ntohl (rblock->n_edges));
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 
+               "Block with no xquery, key: %s, %u edges\n",
+                GNUNET_h2s (&rblock->key), 
+               ntohl (rblock->n_edges));
     REGEX_BLOCK_iterate (rblock, reply_block_size, &rdebug, NULL);
     return GNUNET_BLOCK_EVALUATION_RESULT_INVALID;
   }