Core/Logging: Set config options to behave like old log system.

This commit is contained in:
Spp
2012-08-16 00:56:58 +02:00
parent 8a1e7dd070
commit 3c42401d66
3 changed files with 39 additions and 64 deletions

View File

@@ -215,6 +215,8 @@ char const* Appender::getLogFilterTypeString(LogFilterType type)
return "BATTLEFIELD";
case LOG_FILTER_SERVER_LOADING:
return "SERVER LOADING";
case LOG_FILTER_OPCODES:
return "OPCODE";
default:
break;
}