summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-03-05 09:22:44 -0600
committer cracyc <cracyc@users.noreply.github.com>2018-03-05 09:22:44 -0600
commitefe9644b5c08a4bd6956ea7a8497cc99bb630938 (patch)
tree6408be634bbe741d8b058375c53444caca825531 /plugins
parentefc1de18878fe6113589ce588ec9721dc8d1879e (diff)
plugin/cheat: use print_error to make testing easier (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheat/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua
index 38093e099fe..c6f70a56acc 100644
--- a/plugins/cheat/init.lua
+++ b/plugins/cheat/init.lua
@@ -178,7 +178,7 @@ function cheat.startplugin()
end
local function cheat_error(cheat, msg)
- emu.print_verbose("error cheat script error: \"" .. cheat.desc .. "\" " .. msg)
+ emu.print_error("error cheat script error: \"" .. cheat.desc .. "\" " .. msg)
cheat.desc = cheat.desc .. " error"
cheat.script = nil
cheat.enabled = nil