Changed default verbose level to 2

file:e245e6a9c7ec529deb6d559f7f540439675b03ab -> file:da7e8d04a3b803b1ac5a699d94960626753299ca
--- a/README
+++ b/README
@@ -2,6 +2,7 @@
mp3togo
(C) 2004 - 2007 Simeon Veldstra <reallifesim@gmail.com>
+http://puddle.ca/mp3togo/
INSTALLING
file:22e33d2ee29e8bb75893d2a34f6330920c2c3aab -> file:b18e13a329bbc9ecd9bb836219a26b59aada4da4
--- a/mp3togo/__init__.py
+++ b/mp3togo/__init__.py
@@ -21,5 +21,5 @@
# __all__ = ('converter', 'main', 'options', 'setup')
-version = '0.5.12'
+version = '0.5.13'
file:5187fd7c21c1e1812e888cf663ff8d7a16026a71 -> file:a5bd5724eab2bb02d83ff46a618f66880ddc1c63
--- a/mp3togo/options.py
+++ b/mp3togo/options.py
@@ -77,7 +77,7 @@ interface.
'''Write out a new config file with the options given and exit. To save the configuration to a different file, set --config to the desired filename. The file, if it exists, will be overwritten.'''),
('noconffile', '', 'no-config-file', False, self._noconffile,
'''Disable reading from and writing to the config file.'''),
- ('verbosity', 'v', 'verbose', 1, self._verbosity,
+ ('verbosity', 'v', 'verbose', 2, self._verbosity,
'''Set the verbosity level. A value of 0 will produce no output (except option parsing errors).'''),
('help', 'h', 'help', False, self._help,
'''Print this message.'''),