summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-02-12 08:15:39 -0800
committerBrian Dolbec <dolsen@gentoo.org>2014-02-12 08:15:39 -0800
commit456fd8bbc43d877b1df6f8fa0fca97cccfa4fd2c (patch)
treec326cb15bd7a09f0dcd35ef4b76c2342eaac36ec /pym
parentcd686cb56a3d7653066d749296b455ef6692e79b (diff)
downloadgentoolkit-456fd8bbc43d877b1df6f8fa0fca97cccfa4fd2c.tar.gz
revdep_rebuild/collect.py: Minor grmmar correction.
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/revdep_rebuild/collect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/revdep_rebuild/collect.py b/pym/gentoolkit/revdep_rebuild/collect.py
index c4c7a40..4ce0e7b 100644
--- a/pym/gentoolkit/revdep_rebuild/collect.py
+++ b/pym/gentoolkit/revdep_rebuild/collect.py
@@ -190,7 +190,7 @@ def collect_libraries_from_dir(dirs, mask, logger):
found_files.append(listing)
except Exception as ex:
logger.debug('\t' +
- yellow('Exception during collecting libraries: ' +
+ yellow('Exception collecting libraries: ' +
blue('%s') %str(ex)))
if found_directories: