aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 17:24:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 17:24:11 +0000
commit914b0c76cdf75a89469052a734ae88b7b29893fa (patch)
treea8a773aae874885f2d6dc4f5175d375e16d992da /src/nse
parent4e042ceef978830982615247f953390c0e479ad9 (diff)
downloadgnunet-914b0c76cdf75a89469052a734ae88b7b29893fa.tar.gz
gnunet-914b0c76cdf75a89469052a734ae88b7b29893fa.zip
-improving NSE test error message
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/test_nse_api.c2
1 files changed, 2 insertions, 0 deletions
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 ()
161 GNUNET_PROGRAM_run (5, argv, "test-nse-api", "nohelp", options, &run, &ok); 161 GNUNET_PROGRAM_run (5, argv, "test-nse-api", "nohelp", options, &run, &ok);
162 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n"); 162 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stopping arm.\n");
163 stop_arm (&p1); 163 stop_arm (&p1);
164 if (0 != ok)
165 fprintf (stderr, "No information received from NSE service!\n");
164 return ok; 166 return ok;
165} 167}
166 168