gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libfints] branch master updated: test log failure


From: gnunet
Subject: [GNUnet-SVN] [libfints] branch master updated: test log failure
Date: Fri, 12 Oct 2018 14:56:43 +0200

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

marcello pushed a commit to branch master
in repository libfints.

The following commit(s) were added to refs/heads/master by this push:
     new 0b559bb  test log failure
0b559bb is described below

commit 0b559bbd3763211df9ad51cc8c75ff6b86087327
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Oct 12 14:56:36 2018 +0200

    test log failure
---
 src/tests.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tests.c b/src/tests.c
index 4ff3259..0f0244e 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -52,7 +52,8 @@ struct EBICS_ARGS_build_content_ini ini_args = {
  * @return EBICS_ERROR on errors.
  */
 int
-main (int argc, char **argv)
+main (int argc,
+      char **argv)
 {
   #define KEYS_DIR "./test_keys"
 
@@ -69,7 +70,7 @@ main (int argc, char **argv)
   if (EBICS_SUCCESS != EBICS_init_library (KEYS_DIR,
                                            key_filenames)) 
   {
-    fprintf (stderr, "bad\n");
+    LOG (EBICS_LOGLEVEL_ERROR, "Lib not init\n");
     return EBICS_ERROR;
   }
 

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



reply via email to

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