summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs')
-rwxr-xr-xglustolibs-gluster/glustolibs/gluster/brickmux_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py b/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
index 887410759..48ffc0b60 100755
--- a/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
+++ b/glustolibs-gluster/glustolibs/gluster/brickmux_ops.py
@@ -56,7 +56,7 @@ def is_brick_mux_enabled(mnode):
elif get_brick_mux_status(mnode) in negative_states:
return False
else:
- raise ValueError('Brick mux status % is incorrect',
+ raise ValueError('Brick mux status %s is incorrect',
get_brick_mux_status(mnode))