aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-02 12:18:18 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-02 12:18:18 +0000
commit3bebc01f1caf583cf5987836f06f60d11d59d642 (patch)
tree12b38e604c5060baa249e57f710893801825427d /src/hello/hello.c
parentde1aaa644561422018cadb81a843760ef4b43700 (diff)
downloadgnunet-3bebc01f1caf583cf5987836f06f60d11d59d642.tar.gz
gnunet-3bebc01f1caf583cf5987836f06f60d11d59d642.zip
this is not an issue: no break and just print info
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index e964ec1a3..4b7036125 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -986,11 +986,10 @@ add_address_to_hello (void *cls, size_t max, void *buffer)
986 * Skip this part, advance to the next one and recurse. 986 * Skip this part, advance to the next one and recurse.
987 * But only if this is not the end of string. 987 * But only if this is not the end of string.
988 */ 988 */
989 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 989 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
990 _("Plugin `%s' not found\n"), 990 _("Plugin `%s' not found, skipping address\n"),
991 plugin_name); 991 plugin_name);
992 GNUNET_free (plugin_name); 992 GNUNET_free (plugin_name);
993 GNUNET_break (0);
994 return 0; 993 return 0;
995 } 994 }
996 if (NULL == papi->string_to_address) 995 if (NULL == papi->string_to_address)