gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26419 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r26419 - gnunet/src/regex
Date: Thu, 14 Mar 2013 13:39:21 +0100

Author: bartpolot
Date: 2013-03-14 13:39:21 +0100 (Thu, 14 Mar 2013)
New Revision: 26419

Modified:
   gnunet/src/regex/regex_dht.c
Log:
- debug leftover

Modified: gnunet/src/regex/regex_dht.c
===================================================================
--- gnunet/src/regex/regex_dht.c        2013-03-14 12:06:44 UTC (rev 26418)
+++ gnunet/src/regex/regex_dht.c        2013-03-14 12:39:21 UTC (rev 26419)
@@ -446,7 +446,7 @@
   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 @@
   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,




reply via email to

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