spell gauge correctly

This commit is contained in:
Matthew Hodgson 2018-06-16 07:10:34 +01:00
parent 9a793f861c
commit ccfdaf68be

View File

@ -62,7 +62,7 @@ class LaterGauge(object):
calls = self.caller() calls = self.caller()
except Exception: except Exception:
logger.exception( logger.exception(
"Exception running callback for LaterGuage(%s)", "Exception running callback for LaterGauge(%s)",
self.name, self.name,
) )
yield g yield g