Updated skip messaging.

This commit is contained in:
Joshua Harlow 2012-02-17 17:51:14 -08:00
parent 8073c680dc
commit a2c5213873

View File

@ -163,7 +163,7 @@ class Image(object):
finally:
self._cleanup()
else:
LOG.warn("You already seem to have image named %s, skipping" % (possible_name))
LOG.warn("You already seem to have image named [%s], skipping that install..." % (possible_name))
class ImageRegistry: