diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-27 16:46:36 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-27 16:46:36 +0000 |
commit | bf01d6c02087c2b363617ce6ac208d09ea81de25 (patch) | |
tree | 4d99897c944f34f4c08a8dbc353a26042d011425 | |
parent | 00e5dfccca4b2c6bb683f5b2820fce4b9613eea5 (diff) | |
download | portage-bf01d6c02087c2b363617ce6ac208d09ea81de25.tar.gz portage-bf01d6c02087c2b363617ce6ac208d09ea81de25.tar.bz2 portage-bf01d6c02087c2b363617ce6ac208d09ea81de25.zip |
don't display useless messages when using --quiet
svn path=/main/trunk/; revision=4351
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py index 51a020126..a3d137254 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5674,7 +5674,7 @@ class dblink: self.settings.load_infodir(self.dbdir) if not pkgfiles: - print "No package files given... Grabbing a set." + writemsg_stdout("No package files given... Grabbing a set.") pkgfiles=self.getcontents() # Now, don't assume that the name of the ebuild is the same as the |