summaryrefslogtreecommitdiff
path: root/tools/src
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-02-29 12:27:58 +0000
committerTed Ross <tross@apache.org>2012-02-29 12:27:58 +0000
commite51df2a442eefd9ab5103b78f74d2fb19cf676d0 (patch)
tree7a42108d1b45aa7543b5edcd3340a0c81a44f2eb /tools/src
parent3b0b9c052e59797af1c9f80cca2cff3d37304fac (diff)
downloadqpid-python-e51df2a442eefd9ab5103b78f74d2fb19cf676d0.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/qpid@1295075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools/src')
-rwxr-xr-xtools/src/py/qpid-stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/py/qpid-stat b/tools/src/py/qpid-stat
index cfe88c5eb3..8dfcdf5bc2 100755
--- a/tools/src/py/qpid-stat
+++ b/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 = []