projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b215c8
)
Log topology information with less verbose logging as well.
author
Nathan S. Evans
<evans@in.tum.de>
Thu, 11 Nov 2010 13:13:55 +0000
(13:13 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Thu, 11 Nov 2010 13:13:55 +0000
(13:13 +0000)
src/dht/gnunet-dht-driver.c
patch
|
blob
|
history
diff --git
a/src/dht/gnunet-dht-driver.c
b/src/dht/gnunet-dht-driver.c
index 0d72caf3bdce23a2eb66e75e586cf64479c1a1cb..b59b148135c16765cf2f6b6419fc6132b1c3cc2a 100644
(file)
--- a/
src/dht/gnunet-dht-driver.c
+++ b/
src/dht/gnunet-dht-driver.c
@@
-867,7
+867,7
@@
log_topology_cb (void *cls,
topo_ctx->total_peers++;
}
topo_ctx->total_connections++;
- if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging
_extended
"))
+ if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging"))
dhtlog_handle->insert_extended_topology(first, second);
}
else