Add explaining logmessage
authorJulius Bünger <buenger@mytum.de>
Wed, 30 Jan 2019 17:06:41 +0000 (18:06 +0100)
committerJulius Bünger <buenger@mytum.de>
Wed, 30 Jan 2019 17:06:41 +0000 (18:06 +0100)
src/ats/test_ats2_lib.c

index 31a88e71066af10370675e223e2ad28e01543b18..990eb06707300dbe4c4ea37722e3f1d924b4d88e 100644 (file)
@@ -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;
 }