diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-04-15 02:06:10 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-04-15 02:06:10 +0000 |
| commit | 3a86f13b3c5d63328fa638c2496bcdacdd6c4f27 (patch) | |
| tree | 833d34c4c3237dc455e68bb46e4093be0e55b8d2 | |
| parent | 548f5ad9b97655e97d144dc9cbb4c6d38a58d80c (diff) | |
| download | qpid-python-3a86f13b3c5d63328fa638c2496bcdacdd6c4f27.tar.gz | |
add extra debug info in qmf v1 exception handler
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934262 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/qmf/src/py/qmf/console.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/extras/qmf/src/py/qmf/console.py b/qpid/extras/qmf/src/py/qmf/console.py index 3d32ae36f7..3a9b5e8aa6 100644 --- a/qpid/extras/qmf/src/py/qmf/console.py +++ b/qpid/extras/qmf/src/py/qmf/console.py @@ -2155,6 +2155,8 @@ class Broker: self._v1CbProtected(msg) except Exception, e: print "EXCEPTION in Broker._v1Cb:", e + import traceback + traceback.print_exc() def _v1CbProtected(self, msg): """ |
