This commit is contained in:
Anthony Cornehl 2012-06-03 15:22:25 -07:00
parent 4953115e9b
commit 47b6f1d726

View file

@ -510,7 +510,7 @@ class Loader(object):
try:
ret = fun()
except Exception as exc:
log.critical(('Failed to load grains definded in grain file '
log.critical(('Failed to load grains defined in grain file '
'{0} in function {1}, error: {2}').format(
key, fun, exc))
continue