gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: Add explaining logmessage


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Add explaining logmessage
Date: Wed, 30 Jan 2019 18:52:45 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 404c90657 Add explaining logmessage
404c90657 is described below

commit 404c9065789248a5eba44fb4bc320bfeaa988da6
Author: Julius Bünger <address@hidden>
AuthorDate: Wed Jan 30 18:06:41 2019 +0100

    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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]