Author: justi9
Date: 2008-12-15 10:43:39 -0500 (Mon, 15 Dec 2008)
New Revision: 2998
Modified:
mgmt/trunk/mint/python/mint/__init__.py
Log:
Don't log on unexpected update; we in fact expect a certain number of updates for
agents
Modified: mgmt/trunk/mint/python/mint/__init__.py
===================================================================
--- mgmt/trunk/mint/python/mint/__init__.py 2008-12-12 21:53:21 UTC (rev 2997)
+++ mgmt/trunk/mint/python/mint/__init__.py 2008-12-15 15:43:39 UTC (rev 2998)
@@ -519,7 +519,6 @@
""" Invoked when an object is updated. """
if not self.updateObjects:
- log.debug("Received an unexpected update")
return
mbroker = self.getMintBrokerByQmfBroker(broker)
@@ -535,7 +534,6 @@
""" Invoked when an object is updated. """
if not self.updateObjects:
- log.debug("Received an unexpected update")
return
mbroker = self.getMintBrokerByQmfBroker(broker)