summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/brick_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/brick_libs.py b/glustolibs-gluster/glustolibs/gluster/brick_libs.py
index 4d79703d0..f8c53bb4e 100644
--- a/glustolibs-gluster/glustolibs/gluster/brick_libs.py
+++ b/glustolibs-gluster/glustolibs/gluster/brick_libs.py
@@ -846,7 +846,7 @@ def wait_for_bricks_to_be_online(mnode, volname, timeout=300):
if not flag:
g.log.error("All Bricks of the volume '%s' are not online "
- "even after %d minutes", (volname, timeout/60.0))
+ "even after %d minutes", volname, timeout/60.0)
return False
else:
g.log.info("All Bricks of the volume '%s' are online ", volname)