From 38fcd7580e2459a17a8cf8481c5c23911e747510 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 5 Mar 2018 21:39:23 +0530 Subject: Fix logging bug in brick_libs.py Change-Id: Id0f72542702732cdecb21a2e0fa07a64ca8891c4 --- glustolibs-gluster/glustolibs/gluster/brick_libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glustolibs-gluster/glustolibs/gluster/brick_libs.py') 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) -- cgit