From b3723a163d93ccaa5adda3c10833c966f1e9fa25 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 3 Mar 2012 13:49:17 +0000 Subject: [PATCH] -log --- src/gns/test_gns_simple_lookup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gns/test_gns_simple_lookup.c b/src/gns/test_gns_simple_lookup.c index 20ef8eac4..c782fd5af 100644 --- a/src/gns/test_gns_simple_lookup.c +++ b/src/gns/test_gns_simple_lookup.c @@ -112,6 +112,8 @@ finish_testing (void *cls, int32_t success, const char *emsg) if (!he) { + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "gethostbyname failed, rp_filtering?\n"); ok = 2; } else -- 2.25.1