aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-14 18:12:00 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-14 18:12:00 +0000
commit8d22f64045a7e0593e45500e70f8a0be4429cdfa (patch)
tree049f659937a45b0c510e8af53873bffd005bbeab
parent41b30ee2fbe3f601ccd69e75393fc7df0e9540e4 (diff)
downloadgnunet-8d22f64045a7e0593e45500e70f8a0be4429cdfa.tar.gz
gnunet-8d22f64045a7e0593e45500e70f8a0be4429cdfa.zip
do not print pointer
-rw-r--r--src/dht/gnunet-dht-driver.c2
1 files changed, 1 insertions, 1 deletions
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
2221 int max; 2221 int max;
2222 struct TopologyIteratorContext *topo_ctx; 2222 struct TopologyIteratorContext *topo_ctx;
2223 struct FindPeerContext *find_peer_context; 2223 struct FindPeerContext *find_peer_context;
2224 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "In continue_puts_and_gets, dhtlog_handle %s\n", dhtlog_handle); 2224 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "In continue_puts_and_gets\n");
2225 if (dhtlog_handle != NULL) 2225 if (dhtlog_handle != NULL)
2226 { 2226 {
2227 if (settle_time >= 180 * 2) 2227 if (settle_time >= 180 * 2)