aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-01-30 18:06:41 +0100
committerJulius Bünger <buenger@mytum.de>2019-01-30 18:06:41 +0100
commit404c9065789248a5eba44fb4bc320bfeaa988da6 (patch)
tree218028586fccc9866d92d0d9c166bdf3f08b573a /src/ats
parent4a384b43da34e5cb629befad1baf38d3ec8da862 (diff)
downloadgnunet-404c9065789248a5eba44fb4bc320bfeaa988da6.tar.gz
gnunet-404c9065789248a5eba44fb4bc320bfeaa988da6.zip
Add explaining logmessage
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/test_ats2_lib.c5
1 files changed, 5 insertions, 0 deletions
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,
244 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running the testing peer failed.\n"); 244 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running the testing peer failed.\n");
245 return 1; 245 return 1;
246 } 246 }
247 if (0 != ret)
248 {
249 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
250 "Global status indicates unsuccessful testrun - probably allocation_cb was not called.\n");
251 }
247 return ret; 252 return ret;
248} 253}
249 254