summaryrefslogtreecommitdiffstats
path: root/glustolibs-io
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io')
-rwxr-xr-xglustolibs-io/glustolibs/io/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-io/glustolibs/io/utils.py b/glustolibs-io/glustolibs/io/utils.py
index d6cfe6202..2026fd3f4 100755
--- a/glustolibs-io/glustolibs/io/utils.py
+++ b/glustolibs-io/glustolibs/io/utils.py
@@ -484,7 +484,7 @@ def run_fio(servers, directory_to_run):
"yum list installed fio || "
"yum -y install fio")
if ret != 0:
- g.log.error("Failed to install bonnie on %s" % server)
+ g.log.error("Failed to install fio on %s" % server)
return False
# building job file for running fio