remove excessive logging
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 23:28:42 +0000 (23:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 23:28:42 +0000 (23:28 +0000)
src/dht/gnunet-service-dht_clients.c

index 274f5cf074c8866c4f861ef31f300995c571d643..455b9210ed527864486eeda83565ac1ecf4ab4bd 100644 (file)
@@ -370,10 +370,6 @@ transmit_next_request_task (void *cls,
          return;
        }
       transmit_request (cqr);
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                 "Retrying request %s in %llu ms\n",
-                 GNUNET_h2s (&cqr->key),
-                 cqr->retry_frequency.rel_value);
       cqr->hnode = GNUNET_CONTAINER_heap_insert (retry_heap, cqr,
                                                 cqr->retry_time.abs_value);
     }