From: Nathan S. Evans Date: Fri, 14 Jan 2011 18:12:00 +0000 (+0000) Subject: do not print pointer X-Git-Tag: initial-import-from-subversion-38251~19325 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d22f64045a7e0593e45500e70f8a0be4429cdfa;p=oweals%2Fgnunet.git do not print pointer --- diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c index 71f1b0e80..06fe5b8b0 100644 --- a/src/dht/gnunet-dht-driver.c +++ b/src/dht/gnunet-dht-driver.c @@ -2221,7 +2221,7 @@ continue_puts_and_gets (void *cls, const struct GNUNET_SCHEDULER_TaskContext * t int max; struct TopologyIteratorContext *topo_ctx; struct FindPeerContext *find_peer_context; - GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "In continue_puts_and_gets, dhtlog_handle %s\n", dhtlog_handle); + GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "In continue_puts_and_gets\n"); if (dhtlog_handle != NULL) { if (settle_time >= 180 * 2)