gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] 09/50: should print debug


From: gnunet
Subject: [taler-build-common] 09/50: should print debug
Date: Sat, 02 Nov 2019 16:38:28 +0100

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

ng0 pushed a commit to branch master
in repository build-common.

commit 35fb3083162bf7d3f10f722af76f97b5d6764ec5
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 13:44:27 2019 +0000

    should print debug
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py
index 0f7973a..cb92e0d 100644
--- a/configure.py
+++ b/configure.py
@@ -68,7 +68,7 @@ def _read_prefix():
         myprefix = args.prefix
         yarnexe = args.yarn
         if 'DEBUG' in os.environ:
-            repr(myprefix)
+            logger.debug('%s', repr(myprefix))
         # if args.prefix is not None and os.path.isdir(myprefix) is True:
         if args.prefix and os.path.isdir(myprefix) is True:
             return [myprefix, yarnexe];

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



reply via email to

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