From 67ba272f86ae7aed754aeb94ba2aa19477a4e9e4 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 27 Jun 2013 14:57:58 +0000 Subject: remove log message --- src/transport/test_plugin_transport.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/transport/test_plugin_transport.c') diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index c90c5bc4a..c48fc2d49 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -387,9 +387,11 @@ env_notify_address (void *cls, end_badly_now(); return; } - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Plugin creates `%s' %u\n",api->address_to_string (api, s2a, s2a_len), s2a_len); + /* + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Plugin creates `%s' %u\n",api->address_to_string (api, s2a, s2a_len), s2a_len); + int c1; for (c1 = 0; c1 < s2a_len; c1++ ) fprintf (stderr, "%u == %u\n", ((char *) s2a)[c1], ((char *) w->addr)[c1]); -- cgit v1.2.3