From 78466fdff461060d4cbacfcbd13a1bc7bc4c8d50 Mon Sep 17 00:00:00 2001 From: Eric Gable Date: Mon, 12 May 2014 14:55:30 -0700 Subject: [PATCH] Make exception logging to be LogIfVerbose for ExtensionsConfig.xml parse error. --- waagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waagent b/waagent index 8caf90a..4bf8ca9 100644 --- a/waagent +++ b/waagent @@ -2665,7 +2665,7 @@ class ExtensionsConfig(object): incarnation=self.Extensions[0].getAttribute("goalStateIncarnation") SetFileContents('ExtensionsConfig.'+incarnation+'.xml', xmlText) except: - Error('Error parsing ExtensionsConfig.') + LogIfVerbose('ERROR: Error parsing ExtensionsConfig.') return None for p in self.Plugins: if len(p.getAttribute("location"))<1: # this plugin is inside the PluginSettings