gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] 20/50: debug logs.


From: gnunet
Subject: [taler-build-common] 20/50: debug logs.
Date: Sat, 02 Nov 2019 16:38:39 +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 6ed0bb52a46a4912c9c91b4f28838a1ccd48462b
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 16:53:37 2019 +0000

    debug logs.
---
 configure.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.py b/configure.py
index b0849db..bd1b081 100644
--- a/configure.py
+++ b/configure.py
@@ -125,8 +125,12 @@ def _read_prefix():
                 logger.debug('PREFIX from environment: %s', p_myprefix)
             myprefix = p_myprefix
     elif args.prefix:
+        if 'DEBUG' in os.environ:
+            logger.debug('PREFIX from args.prefix')
         myprefix = args.prefix
     else:
+        if 'DEBUG' in os.environ:
+            logger.debug('PREFIX from args.prefix default value')
         myprefix = parser.get_default('prefix')
     if args.yarn is not None:
         yarnexe = args.yarn

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



reply via email to

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