diff options
author | lloyd <[email protected]> | 2008-10-07 16:06:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-07 16:06:38 +0000 |
commit | 49356cd134849fa6b6fe54b3921da1dcafdc1069 (patch) | |
tree | 120c0ec416d4d26c96a512c7b9d6bcadc3d7d0a8 /configure.pl | |
parent | 236ad79a2c124a33cbc9da96da61ff4eb0488aad (diff) |
Make configuration quieter
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index f6177de18..b845246ee 100755 --- a/configure.pl +++ b/configure.pl @@ -495,7 +495,7 @@ sub scan_modules { my @mods = split(/ /, can_enable_module($config, $mod, 0)); if($#mods < 0) { - autoconfig("Will not enable $mod"); + trace("Will not enable $mod"); next; } @@ -536,7 +536,7 @@ sub print_enabled_modules { } } - print with_diagnostic('loading', $s); + autoconfig("Loading from $s"); } } |