Improved logging message for dirty termination

Signed-off-by: Brendan Dixon <brendand@microsoft.com>
This commit is contained in:
Brendan Dixon
2016-10-14 10:35:38 -07:00
parent ef3d68857c
commit 04f3497da1
+1 -1
View File
@@ -302,7 +302,7 @@ class UpdateHandler(object):
def _emit_restart_event(self):
if not self._is_clean_start:
msg = u"{0} unexpectedly restarted".format(CURRENT_AGENT)
msg = u"{0} did not terminate cleanly".format(CURRENT_AGENT)
logger.info(msg)
add_event(
AGENT_NAME,