-do not send previous round messages if we are just going online and did not setup...
[oweals/gnunet.git] / src / nse / test_nse_api.c
index e4d2ba4098a47b546d54b7b6e8b43e79234c15ee..a2f73aaf4e3343af7c8b588e8bf10771879fdd69 100644 (file)
@@ -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;
 }