summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/egencache3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/egencache b/bin/egencache
index 0d07cdb1b..dec10b1e0 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -218,7 +218,8 @@ class GenCache(object):
self._trg_cache = conf.get_pregenerated_cache(portage.auxdbkeys[:],
force=True, readonly=False)
if self._trg_cache is None:
- raise Exception("cache format %s isn't supported" % (conf.cache_format,))
+ raise Exception("cache formats '%s' aren't supported" %
+ (" ".join(conf.cache_formats),))
if rsync:
self._trg_cache.raise_stat_collision = True
try: