You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2011/07/29 19:36:20 UTC

svn commit: r1152349 - /incubator/tashi/trunk/src/tashi/agents/primitive.py

Author: stroucki
Date: Fri Jul 29 19:36:20 2011
New Revision: 1152349

URL: http://svn.apache.org/viewvc?rev=1152349&view=rev
Log:
primitive: change scary exception to warning. When maintaining the CM, this will cause less spew.

Modified:
    incubator/tashi/trunk/src/tashi/agents/primitive.py

Modified: incubator/tashi/trunk/src/tashi/agents/primitive.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/agents/primitive.py?rev=1152349&r1=1152348&r2=1152349&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/agents/primitive.py (original)
+++ incubator/tashi/trunk/src/tashi/agents/primitive.py Fri Jul 29 19:36:20 2011
@@ -220,7 +220,7 @@ class Primitive(object):
 				self.log.exception("Tashi exception")
 
 			except Exception, e:
-				self.log.exception("General exception")
+				self.log.warning("Scheduler iteration failed")
 
 
 			# wait to do the next iteration