- debug leftover
authorBart Polot <bart@net.in.tum.de>
Thu, 14 Mar 2013 12:39:21 +0000 (12:39 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 14 Mar 2013 12:39:21 +0000 (12:39 +0000)
src/regex/regex_dht.c

index b5c369d07b1801b4a21998c6264e483d47c6b9b3..15307d700fc08866b4a169922aea64240a102f4a 100644 (file)
@@ -446,7 +446,7 @@ dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp,
   datastore = GNUNET_strdup ("N/A");
 #endif
 
-  LOG (GNUNET_ERROR_TYPE_INFO, " DHT GET result for %s (%s) at %s\n", 
+  LOG (GNUNET_ERROR_TYPE_INFO, " DHT GET result for %s (%s) at %s\n",
        GNUNET_h2s (key), ctx->info->description, datastore);
   GNUNET_free (datastore);
 
@@ -632,7 +632,8 @@ regex_next_edge (const struct RegexBlock *block,
   if (GNUNET_YES ==
       GNUNET_CONTAINER_multihashmap_contains (info->dht_get_handles, hash))
   {
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "*     GET running, END\n");
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "*     GET for %s running, END\n",
+         GNUNET_h2s (hash));
     GNUNET_CONTAINER_multihashmap_get_multiple (info->dht_get_results,
                                                 hash,
                                                 &regex_result_iterator,