[rhmessaging-commits] rhmessaging commits: r2080 - mgmt/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed May 28 10:07:46 EDT 2008


Author: justi9
Date: 2008-05-28 10:07:46 -0400 (Wed, 28 May 2008)
New Revision: 2080

Modified:
   mgmt/cumin/python/wooly/server.py
Log:
Return a string on error in non-debug modes

Modified: mgmt/cumin/python/wooly/server.py
===================================================================
--- mgmt/cumin/python/wooly/server.py	2008-05-28 14:06:46 UTC (rev 2079)
+++ mgmt/cumin/python/wooly/server.py	2008-05-28 14:07:46 UTC (rev 2080)
@@ -126,3 +126,5 @@
             writer.write("\n----- render trace -----\n")
             session.debug.print_render_calls(writer)
             return writer.to_string()
+        else:
+            return "APPLICATION ERROR\n"




More information about the rhmessaging-commits mailing list