Force-enable --verbose when using --debug
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 15:34:14 +0000 (15:34 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 21 Feb 2008 15:34:14 +0000 (15:34 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1321 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index 81f2f20c5ce49c597d8941f20ea570d2a0b33758..7de19b75662f00d5f243484b7bc5a6cb148e5c88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst:
+  Force-enable --verbose when using --debug
+
   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/kmerge.sh:
   Changing modules-update to update-modules to quiet a warning and keep us
index d6c42634203742f63629c9424d16cd75dabc8d79..4a0f4ebbb5ae0b9059ede8e58d747c4e2488c313 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -270,6 +270,7 @@ if __name__ == "__main__":
                                sys.exit(2)
                        else:
                                conf_values["DEBUG"]="1"
+                               conf_values["VERBOSE"]="1"
 
                if o in ("-c", "--config"):
                        if len(sys.argv) < 3: