summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/check_gluster_proc_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_gluster_proc_status.py b/plugins/check_gluster_proc_status.py
index da719d4..6995d20 100755
--- a/plugins/check_gluster_proc_status.py
+++ b/plugins/check_gluster_proc_status.py
@@ -84,7 +84,7 @@ if __name__ == '__main__':
status = utils.PluginStatusCode.CRITICAL
msg = "Brick - %s not found" % args.brickPath
elif args.type != _GLUSTERD:
- msg = "UNKNOWN: Could not determine %s status " % args.type
+ msg = "UNKNOWN: Brick - %s status could not be determined" % args.brickPath
status = utils.PluginStatusCode.UNKNOWN
print msg
exit(status)