aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
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;