gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: debug lo


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: debug logs.
Date: Fri, 04 Oct 2019 18:53:52 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 6ed0bb5  debug logs.
6ed0bb5 is described below

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]