summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-12 20:05:00 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-12 20:05:00 +0200
commit49db18c5acd1ef439803d1144139b81c8884290b (patch)
tree4d0946c25602f1438de035ffacbead5b04fe17b7 /src
parente5f712a0cede3a537d9c2b1654e6ed32f7ec0089 (diff)
fix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi.py b/src/fapi.py
index 0d9803c..db9c573 100755
--- a/src/fapi.py
+++ b/src/fapi.py
@@ -106,8 +106,8 @@ class Fapi(object):
if a.arg == 'show':
if a.arg2 == 'status':
- self.info('Getting node monitor status of \'%s\'' % nodename)
nodename = a.arg3
+ self.info('Getting node monitor status of \'%s\'' % nodename)
self.__out(n.get_monitor_status([nodename]))
elif a.arg2 == 'all':
self.info('Getting node list')