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,