From 404c9065789248a5eba44fb4bc320bfeaa988da6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Wed, 30 Jan 2019 18:06:41 +0100 Subject: [PATCH] Add explaining logmessage --- src/ats/test_ats2_lib.c | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.25.1