diff options
| author | 2018-03-05 09:22:44 -0600 | |
|---|---|---|
| committer | 2018-03-05 09:22:44 -0600 | |
| commit | efe9644b5c08a4bd6956ea7a8497cc99bb630938 (patch) | |
| tree | 6408be634bbe741d8b058375c53444caca825531 /plugins/cheat/init.lua | |
| parent | efc1de18878fe6113589ce588ec9721dc8d1879e (diff) | |
plugin/cheat: use print_error to make testing easier (nw)
Diffstat (limited to 'plugins/cheat/init.lua')
| -rw-r--r-- | plugins/cheat/init.lua | 2 |
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 |
