diff options
author | lloyd <[email protected]> | 2013-06-01 15:48:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-06-01 15:48:22 +0000 |
commit | 4331c16ac6bd383a7caac97c501751d5be6ff996 (patch) | |
tree | b18df2b71baacfc30a2d23291397ed4b64ea611c | |
parent | 8ea280eb9cfcc8a3a3b11905b8343cfe284bfe9b (diff) |
Upgrade report of modules loaded by config to info from debug
-rwxr-xr-x | configure.py | 2 |
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] |