aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-06-01 15:48:22 +0000
committerlloyd <[email protected]>2013-06-01 15:48:22 +0000
commit4331c16ac6bd383a7caac97c501751d5be6ff996 (patch)
treeb18df2b71baacfc30a2d23291397ed4b64ea611c
parent8ea280eb9cfcc8a3a3b11905b8343cfe284bfe9b (diff)
Upgrade report of modules loaded by config to info from debug
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 2e9a5ae6b..338af8766 100755
--- a/configure.py
+++ b/configure.py
@@ -1286,7 +1286,7 @@ def choose_modules_to_use(modules, archinfo, options):
if modules[mod].warning:
logging.warning('%s: %s' % (mod, modules[mod].warning))
- logging.debug('Loading modules %s', ' '.join(sorted(to_load)))
+ logging.info('Loading modules %s', ' '.join(sorted(to_load)))
return [modules[mod] for mod in to_load]