From 2400b6f612dc0caaa3e8a1fd81366a210ec64756 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 May 2012 19:45:21 +0000 Subject: -improving error reporting on #2295 --- src/peerinfo-tool/gnunet-peerinfo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/peerinfo-tool') diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c index 8bb7392d9..3aded8eea 100644 --- a/src/peerinfo-tool/gnunet-peerinfo.c +++ b/src/peerinfo-tool/gnunet-peerinfo.c @@ -645,8 +645,9 @@ add_address_to_hello (void *cls, size_t max, void *buffer) &addr_len)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - _("Failed to parse `%s'\n"), - plugin_address); + _("Failed to parse `%s' as an address for plugin `%s'\n"), + plugin_address, + plugin_name); GNUNET_free (plugin_name); GNUNET_free (plugin_address); return 0; -- cgit v1.2.3