util/human/io.lua
changeset 10876 a3f3f42736f2
parent 10874 3f1889608f3e
child 10895 8d47858805c9
--- a/util/human/io.lua	Tue Jun 02 08:01:21 2020 +0100
+++ b/util/human/io.lua	Tue Jun 02 08:02:03 2020 +0100
@@ -82,7 +82,7 @@
 end
 
 local function printf(fmt, ...)
-	print(msg:format(...));
+	print(fmt:format(...));
 end
 
 return {