From: Christian Grothoff Date: Tue, 30 Nov 2010 13:57:34 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19588 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4772c0fc9d29c95898ce3831629c16a4f0b69c00;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c index bf2f8f00f..3d1d54485 100644 --- a/src/util/test_resolver_api.c +++ b/src/util/test_resolver_api.c @@ -94,11 +94,9 @@ check_localhost(void *cls, const char *hostname) } else { -#if DEBUG_RESOLVER - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Received invalid hostname `%s'.\n", hostname); -#endif - GNUNET_break(0); + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Received unexpected hostname `%s', expected `localhost' (this could be OK).\n", + hostname); } }