aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-30 13:57:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-30 13:57:34 +0000
commit4772c0fc9d29c95898ce3831629c16a4f0b69c00 (patch)
treee99ff075e86729519dc373c2c3b0b6aa87b7bc7a /src/util/test_resolver_api.c
parent3f57a586d9ef059d582e75bc6037ba289c63c081 (diff)
downloadgnunet-4772c0fc9d29c95898ce3831629c16a4f0b69c00.tar.gz
gnunet-4772c0fc9d29c95898ce3831629c16a4f0b69c00.zip
fix
Diffstat (limited to 'src/util/test_resolver_api.c')
-rw-r--r--src/util/test_resolver_api.c8
1 files changed, 3 insertions, 5 deletions
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)
94 } 94 }
95 else 95 else
96 { 96 {
97#if DEBUG_RESOLVER 97 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
98 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 98 "Received unexpected hostname `%s', expected `localhost' (this could be OK).\n",
99 "Received invalid hostname `%s'.\n", hostname); 99 hostname);
100#endif
101 GNUNET_break(0);
102 } 100 }
103} 101}
104 102