mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-01 02:44:44 +00:00
Improved logging message for dirty termination
Signed-off-by: Brendan Dixon <brendand@microsoft.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user