diff options
| author | Ted Ross <tross@apache.org> | 2012-02-29 12:27:58 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-02-29 12:27:58 +0000 |
| commit | c92e26782b48a898d68721a2b66d5cb384cd6129 (patch) | |
| tree | a551b1eac930537acd3bd1a74edf94e6cfa153d9 /qpid/tools/src/py | |
| parent | 9c6b3d24943f2edb7c5f8ab351b9429804801d0a (diff) | |
| download | qpid-python-c92e26782b48a898d68721a2b66d5cb384cd6129.tar.gz | |
QPID-3871 - Added --mgmt-publish switch to the C++ broker
Also in this commit:
- Fixed a problem with an unused argument in qpid-stat
- Cleaned up the recurring timer code in ManagementAgent
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1295075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/py')
| -rwxr-xr-x | qpid/tools/src/py/qpid-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/py/qpid-stat b/qpid/tools/src/py/qpid-stat index cfe88c5eb3..8dfcdf5bc2 100755 --- a/qpid/tools/src/py/qpid-stat +++ b/qpid/tools/src/py/qpid-stat @@ -443,7 +443,7 @@ class BrokerManager: dispRows = rows disp.formattedTable(title, heads, dispRows) - def displayMemory(self, unused): + def displayMemory(self): disp = Display(prefix=" ") heads = [Header('Statistic'), Header('Value', Header.COMMAS)] rows = [] |
