gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-util] 27/51: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] 27/51: syntax
Date: Mon, 23 Sep 2019 22:02:18 +0200

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

ng0 pushed a commit to branch master
in repository taler-util.

commit b3de4b42a6cc60322010f8b8aa5404b7da965ac8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Feb 6 19:18:17 2019 +0100

    syntax
---
 python/log/gnunet_log.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/log/gnunet_log.py b/python/log/gnunet_log.py
index c37787a..770f995 100755
--- a/python/log/gnunet_log.py
+++ b/python/log/gnunet_log.py
@@ -127,7 +127,7 @@ class GnunetLogger:
                 if re.match(defi.component, self.component) \
                         and re.match(defi.filename, filename) \
                         and re.match(defi.function, function) \
-                        and defi.line_interval["min"] <= lineno <= 
defi.line_interval["max"]
+                        and defi.line_interval["min"] <= lineno <= 
defi.line_interval["max"]:
                     
self.logger.setLevel(level=self.string_to_loglevel(defi.loglevel).getLevel())
                     message_loglevel.getFunction()(message)
                     return

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



reply via email to

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