diff options
Diffstat (limited to 'python/qpid/qmfconsole.py')
| -rw-r--r-- | python/qpid/qmfconsole.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/qmfconsole.py b/python/qpid/qmfconsole.py index febcae5ea2..4c7b47e38a 100644 --- a/python/qpid/qmfconsole.py +++ b/python/qpid/qmfconsole.py @@ -460,7 +460,7 @@ class Session: def _handleMethodResp(self, broker, codec, seq): code = codec.read_uint32() - text = str(codec.read_str8()) + text = str(codec.read_str16()) outArgs = {} method, synchronous = self.seqMgr._release(seq) if code == 0: |
