gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: replace printf() with GNUNET_log()


From: gnunet
Subject: [gnunet] branch master updated: replace printf() with GNUNET_log()
Date: Mon, 30 Dec 2019 09:19:19 +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 29cec003c replace printf() with GNUNET_log()
29cec003c is described below

commit 29cec003cb91d49dd3e38bc942da21735139d744
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Dec 29 17:00:02 2019 +0100

    replace printf() with GNUNET_log()
---
 src/transport/test_communicator_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transport/test_communicator_basic.c 
b/src/transport/test_communicator_basic.c
index db396ba66..eb4ba86b1 100644
--- a/src/transport/test_communicator_basic.c
+++ b/src/transport/test_communicator_basic.c
@@ -571,7 +571,7 @@ main (int argc,
                 i,
                 GNUNET_i2s_full (&peer_id[i]));
   }
-  fprintf (stderr, "Starting test...\n");
+  GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE, "Starting test...\n");
   GNUNET_SCHEDULER_run (&run,
                         NULL);
   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]