gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: i18n, fix typo, better logg


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: i18n, fix typo, better logging
Date: Sat, 15 Sep 2018 20:40:11 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2db301640 i18n, fix typo, better logging
2db301640 is described below

commit 2db3016405377f2d600f6029616eb1b5b391b685
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Sep 15 20:40:10 2018 +0200

    i18n, fix typo, better logging
---
 src/util/common_logging.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index be2e084b5..f9f767daa 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -627,7 +627,9 @@ parse_definitions (const char *constname, int force)
         }
         break;
       default:
-        fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax 
error.\n");
+        fprintf(stderr,
+                _("ERROR: Unable to parse log definition: Syntax error at 
`%s'.\n"),
+                p);
         break;
       }
       start = p + 1;
@@ -655,7 +657,9 @@ parse_definitions (const char *constname, int force)
         start = p + 1;
         break;
       default:
-        fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax 
error.\n");
+        fprintf(stderr,
+                _("ERROR: Unable to parse log definition: Syntax error at 
`%s'.\n"),
+                p);
         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]