From 465d56f51a0254492fc3a2992fb8088e71ca4fee Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 15 Jul 2012 10:34:37 +0000 Subject: [PATCH] -this should work --- src/gns/test_gns_proxy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gns/test_gns_proxy.c b/src/gns/test_gns_proxy.c index e3458874b..35350e8bb 100644 --- a/src/gns/test_gns_proxy.c +++ b/src/gns/test_gns_proxy.c @@ -437,8 +437,7 @@ main (int argc, char *const *argv) if (GNUNET_SYSERR == GNUNET_OS_check_helper_binary ("gnunet-gns-proxy")) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Proxy binary not in PATH... skipping!\n"); + fprintf (stderr, "Proxy binary not in PATH... skipping!\n"); return 0; } -- 2.25.1