[rhmessaging-commits] rhmessaging commits: r4410 - mgmt/newdata/mint/python/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Nov 4 17:03:48 EDT 2010


Author: justi9
Date: 2010-11-04 17:03:47 -0400 (Thu, 04 Nov 2010)
New Revision: 4410

Modified:
   mgmt/newdata/mint/python/mint/update.py
Log:
Merge fix 4387 from trunk: delete broken exception path

Modified: mgmt/newdata/mint/python/mint/update.py
===================================================================
--- mgmt/newdata/mint/python/mint/update.py	2010-11-01 19:28:39 UTC (rev 4409)
+++ mgmt/newdata/mint/python/mint/update.py	2010-11-04 21:03:47 UTC (rev 4410)
@@ -191,10 +191,6 @@
             # XXX UpdateCommitted
         except UpdateDropped:
             thread.stats.dropped += 1
-        except UpdateException, e:
-            log.exception("Update could not be completed")
-
-            thread.conn.rollback()
         except:
             log.exception("Update failed")
 



More information about the rhmessaging-commits mailing list