aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-10 10:25:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-10 10:25:14 +0000
commit56e65b67304a5aee10b95d8cf03e2d6218cf9b25 (patch)
tree61622342468de958803612eb95a682aba1a5df89 /src/dv/plugin_transport_dv.c
parent19bb57915c215d8b3f2b6641ab31f6c8bcfb6de6 (diff)
downloadgnunet-56e65b67304a5aee10b95d8cf03e2d6218cf9b25.tar.gz
gnunet-56e65b67304a5aee10b95d8cf03e2d6218cf9b25.zip
-fix check, do not drop our own messages, but count foreign drops in stats
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index b4de760d2..e90604086 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -301,7 +301,7 @@ handle_dv_connect (void *cls,
301 * If you remove it, also remove libgnunetats linkage from Makefile.am 301 * If you remove it, also remove libgnunetats linkage from Makefile.am
302 */ 302 */
303 LOG (GNUNET_ERROR_TYPE_DEBUG, 303 LOG (GNUNET_ERROR_TYPE_DEBUG,
304 "Received `%s' message for peer `%s' with next hop in network %s \n", 304 "Received `%s' message for peer `%s' with next hop in network %s\n",
305 "DV_CONNECT", 305 "DV_CONNECT",
306 GNUNET_i2s (peer), 306 GNUNET_i2s (peer),
307 GNUNET_ATS_print_network_type (network)); 307 GNUNET_ATS_print_network_type (network));