Fix spelling error

This commit is contained in:
Thomas S Hatch 2013-04-26 13:03:37 -06:00
parent 3b9b831875
commit b7f6becdc8

View File

@ -434,7 +434,7 @@ class ReactWrap(object):
ret = l_fun(*f_call.get('args', ()), **f_call.get('kwargs', {})) ret = l_fun(*f_call.get('args', ()), **f_call.get('kwargs', {}))
except Exception: except Exception:
log.error( log.error(
'Failed to exeute {0}: {1}\n'.format(low['state'], l_fun), 'Failed to execute {0}: {1}\n'.format(low['state'], l_fun),
exc_info=True exc_info=True
) )
return ret return ret