diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-12 20:05:00 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-12 20:05:00 +0200 |
| commit | 49db18c5acd1ef439803d1144139b81c8884290b (patch) | |
| tree | 4d0946c25602f1438de035ffacbead5b04fe17b7 /src/fapi.py | |
| parent | e5f712a0cede3a537d9c2b1654e6ed32f7ec0089 (diff) | |
fix
Diffstat (limited to 'src/fapi.py')
| -rwxr-xr-x | src/fapi.py | 2 |
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') |
