diff options
author | Eugene Sandulenko | 2010-08-14 19:57:04 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-12 22:44:11 +0000 |
commit | c97aee132ad8c09f1f7f595590861dd3a326773b (patch) | |
tree | c4a667fddb41c50d7b7739b59f00f404973bcf59 /engines | |
parent | 3a8e1622af58c997b8d2b716e6d326a16db9e38a (diff) | |
download | scummvm-rg350-c97aee132ad8c09f1f7f595590861dd3a326773b.tar.gz scummvm-rg350-c97aee132ad8c09f1f7f595590861dd3a326773b.tar.bz2 scummvm-rg350-c97aee132ad8c09f1f7f595590861dd3a326773b.zip |
SWORD25: Fix log output.
svn-id: r53238
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword25/sword25.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/sword25.cpp b/engines/sword25/sword25.cpp index d34927f0de..5853cae77d 100644 --- a/engines/sword25/sword25.cpp +++ b/engines/sword25/sword25.cpp @@ -51,7 +51,7 @@ const char *const MOUNT_DIR_PARAMETER = "-mount-dir"; void LogToStdout(const char *Message) { - warning(Message); + debugN(0, Message); } Sword25Engine::Sword25Engine(OSystem *syst, const Sword25GameDescription *gameDesc): |