Merge pull request #1394 from twinshadow/typo-fix

Typo in salt/loader.py
This commit is contained in:
Thomas S Hatch 2012-06-03 15:27:18 -07:00
commit 3618b45ccb

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