aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 2fb2355..897fdfe 100755
--- a/bench.py
+++ b/bench.py
@@ -222,7 +222,7 @@ def main():
if find_cmd("malt") is not None:
analyse_alloc = "malt"
else:
- print_warning("malt not found. Using chattymalloc.")
+ print_warn("malt not found. Using chattymalloc.")
analyse_alloc = "chattymalloc"
old_allocs = bench.allocators