aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-02 19:45:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-02 19:45:21 +0000
commit2400b6f612dc0caaa3e8a1fd81366a210ec64756 (patch)
tree39f0c07c088bd374513f2cb1da0826d7e72d6174 /src/peerinfo-tool
parent0e39717c1b955e06cfb4c913f6257828bb429319 (diff)
downloadgnunet-2400b6f612dc0caaa3e8a1fd81366a210ec64756.tar.gz
gnunet-2400b6f612dc0caaa3e8a1fd81366a210ec64756.zip
-improving error reporting on #2295
Diffstat (limited to 'src/peerinfo-tool')
-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 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)
645 &addr_len)) 645 &addr_len))
646 { 646 {
647 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 647 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
648 _("Failed to parse `%s'\n"), 648 _("Failed to parse `%s' as an address for plugin `%s'\n"),
649 plugin_address); 649 plugin_address,
650 plugin_name);
650 GNUNET_free (plugin_name); 651 GNUNET_free (plugin_name);
651 GNUNET_free (plugin_address); 652 GNUNET_free (plugin_address);
652 return 0; 653 return 0;