diff options
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r-- | src/peerinfo-tool/gnunet-peerinfo.c | 5 |
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; |