From: Julius Bünger Date: Wed, 30 Jan 2019 17:06:41 +0000 (+0100) Subject: Add explaining logmessage X-Git-Tag: v0.11.0~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=404c9065789248a5eba44fb4bc320bfeaa988da6;p=oweals%2Fgnunet.git Add explaining logmessage --- diff --git a/src/ats/test_ats2_lib.c b/src/ats/test_ats2_lib.c index 31a88e710..990eb0670 100644 --- a/src/ats/test_ats2_lib.c +++ b/src/ats/test_ats2_lib.c @@ -244,6 +244,11 @@ main (int argc, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running the testing peer failed.\n"); return 1; } + if (0 != ret) + { + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Global status indicates unsuccessful testrun - probably allocation_cb was not called.\n"); + } return ret; }