From 96043ac4c4fdd4e7c23143097922843552b4aa9a Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 29 Apr 2011 15:26:04 +0000 Subject: Log the chosen MP module --- configure.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.py b/configure.py index a29396a7c..019b68b54 100755 --- a/configure.py +++ b/configure.py @@ -1204,6 +1204,9 @@ def choose_modules_to_use(modules, archinfo, options): logging.info('Skipping, %s - %s' % ( reason, ' '.join(disabled_mods))) + logging.info('Using MP module ' + + ' '.join(filter(lambda m: m.startswith('mp_'), to_load))) + logging.debug('Loading modules %s', ' '.join(sorted(to_load))) return [modules[mod] for mod in to_load] -- cgit v1.2.3