From 914b0c76cdf75a89469052a734ae88b7b29893fa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Nov 2011 17:24:11 +0000 Subject: -improving NSE test error message --- src/nse/test_nse_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/nse/test_nse_api.c b/src/nse/test_nse_api.c index e4d2ba409..a2f73aaf4 100644 --- a/src/nse/test_nse_api.c +++ b/src/nse/test_nse_api.c @@ -161,6 +161,8 @@ check () GNUNET_PROGRAM_run (5, argv, "test-nse-api", "nohelp", options, &run, &ok); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n"); stop_arm (&p1); + if (0 != ok) + fprintf (stderr, "No information received from NSE service!\n"); return ok; } -- cgit v1.2.3