From 4ca14e224204651eee24250c3197e336529724fc Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 12 Aug 2017 13:32:43 +0200 Subject: WAGE: Turn warning into debug message --- engines/wage/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/wage') diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index d998e7b049..c4cf23fcb1 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -160,7 +160,7 @@ bool Script::execute(World *world, int loopCount, Common::String *inputText, Des if (inputText) { input = preprocessInputText(*_inputText); - warning("Input was: '%s' is '%s'", _inputText->c_str(), input.c_str()); + debug(2, "Input was: '%s' is '%s'", _inputText->c_str(), input.c_str()); _inputText = new Common::String(input); } -- cgit v1.2.3