From 04f3497da11edf7e7ef9ff9aaf9b67b48c1e222c Mon Sep 17 00:00:00 2001 From: Brendan Dixon Date: Fri, 14 Oct 2016 10:35:38 -0700 Subject: [PATCH] Improved logging message for dirty termination Signed-off-by: Brendan Dixon --- azurelinuxagent/ga/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/ga/update.py b/azurelinuxagent/ga/update.py index e95ff51..afa20a5 100644 --- a/azurelinuxagent/ga/update.py +++ b/azurelinuxagent/ga/update.py @@ -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,