aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-05-02 19:45:21 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-05-02 19:45:21 +0000
commitb9d88c06a0baf9aef192430a6379431b9d45077e (patch)
tree39f0c07c088bd374513f2cb1da0826d7e72d6174 /src/peerinfo-tool/gnunet-peerinfo.c
parenta493f9712f6e90cc3e54b20c7de8755af352c054 (diff)
-improving error reporting on #2295
git-svn-id: https://gnunet.org/svn/gnunet@21229 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 8bb7392d94..3aded8eea1 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;