summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-03-05 21:39:23 +0530
committerNigel Babu <nigelb@redhat.com>2018-03-05 21:39:23 +0530
commit38fcd7580e2459a17a8cf8481c5c23911e747510 (patch)
treea8297995b5d40abd1f8de56183b0cee96b51c9db /glustolibs-gluster/glustolibs/gluster
parent58813422c350068f9101bf9a890ab5753428ac7a (diff)
Fix logging bug in brick_libs.py
Change-Id: Id0f72542702732cdecb21a2e0fa07a64ca8891c4
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)