aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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
parentde1aaa644561422018cadb81a843760ef4b43700 (diff)
this is not an issue: no break and just print info
Diffstat (limited to 'src/hello')
-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 e964ec1a33..4b70361256 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)
* Skip this part, advance to the next one and recurse.
* But only if this is not the end of string.
*/
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- _("Plugin `%s' not found\n"),
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ _("Plugin `%s' not found, skipping address\n"),
plugin_name);
GNUNET_free (plugin_name);
- GNUNET_break (0);
return 0;
}
if (NULL == papi->string_to_address)