aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 1f2f8cc6d5..34fc076492 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -79,7 +79,7 @@ void OSystem::fatalError() {
void OSystem::logMessage(LogMessageType::Type type, const char *message) {
FILE *output = 0;
- if (type == LogMessageType::kDebug)
+ if (type == LogMessageType::kInfo || type == LogMessageType::kDebug)
output = stdout;
else
output = stderr;