aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-03-10 06:01:09 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-03-10 06:01:09 -0700
commitd7c287c09566926a441680597ccf060806b5ba33 (patch)
treefcbe393b311fca267e0b3f7c04c056283477da67
parentFix setup.py's __version__ so either VERSION or PVR will assign the version s... (diff)
downloadmirrorselect-d7c287c09566926a441680597ccf060806b5ba33.tar.gz
mirrorselect-d7c287c09566926a441680597ccf060806b5ba33.tar.bz2
mirrorselect-d7c287c09566926a441680597ccf060806b5ba33.zip
change the default noise level on an ouptut message.
-rwxr-xr-xmirrorselect/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorselect/main.py b/mirrorselect/main.py
index 48d74a7..3f90694 100755
--- a/mirrorselect/main.py
+++ b/mirrorselect/main.py
@@ -169,7 +169,7 @@ class MirrorSelect(object):
else:
var = 'GENTOO_MIRRORS'
- self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path)
+ self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path, 2)
try:
f = open(config_path,'r')
except IOError: