aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 337b9e8..7875955 100755
--- a/bench.py
+++ b/bench.py
@@ -137,7 +137,7 @@ def main():
src.globalvars.facts["hostname"],
src.globalvars.facts["starttime"])
- print_info2("Creating result dir:", src.globalvars.resdir)
+ print_status("Writing results to:", src.globalvars.resdir)
os.makedirs(src.globalvars.resdir, exist_ok=True)
cwd = os.getcwd()