prosodyctl
changeset 13063 a47bd6ea7626
parent 12975 7214baed9e9d
parent 13061 20b1526772d2
child 13171 6226f75f55a7
--- a/prosodyctl	Fri Apr 07 13:24:29 2023 +0100
+++ b/prosodyctl	Fri Apr 07 16:00:23 2023 +0100
@@ -680,7 +680,7 @@
 			end
 			os.exit(0, true); -- :)
 		else
-			show_message("Failed to execute command: "..error_messages[ret]);
+			show_message("Failed to execute command: %s", error_messages[ret]);
 			os.exit(1); -- :(
 		end
 	end