aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats2_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats2_lib.c')
-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