gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: print to stderr


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: print to stderr
Date: Sun, 24 Jun 2018 19:39:38 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 918d1fcfe print to stderr
918d1fcfe is described below

commit 918d1fcfef087fdcb9c27c15244ada8074890239
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Jun 24 19:39:35 2018 +0200

    print to stderr
---
 src/util/common_logging.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 34c75ed79..f875d165d 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -627,7 +627,7 @@ parse_definitions (const char *constname, int force)
         }
         break;
       default:
-        printf("ERROR: Unable to parse log defintion: Syntax error.\n");
+        fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax 
error.\n");
         break;
       }
       start = p + 1;
@@ -655,7 +655,7 @@ parse_definitions (const char *constname, int force)
         start = p + 1;
         break;
       default:
-        printf("ERROR: Unable to parse log defintion: Syntax error.\n");
+        fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax 
error.\n");
         break;
       }
     default:

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



reply via email to

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