mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 22:51:30 +00:00
Update eqemu_logsys.cpp
This commit is contained in:
parent
c32b31ffff
commit
a9fc1d89c8
@ -113,11 +113,6 @@ void EQEmuLogSys::LoadLogSettingsDefaults()
|
|||||||
*/
|
*/
|
||||||
log_platform = GetExecutablePlatformInt();
|
log_platform = GetExecutablePlatformInt();
|
||||||
|
|
||||||
/**
|
|
||||||
* Zero out Array
|
|
||||||
*/
|
|
||||||
memset(log_settings, 0, sizeof(LogSettings) * Logs::LogCategory::MaxCategoryID);
|
|
||||||
|
|
||||||
for (int log_category_id = Logs::AA; log_category_id != Logs::MaxCategoryID; log_category_id++) {
|
for (int log_category_id = Logs::AA; log_category_id != Logs::MaxCategoryID; log_category_id++) {
|
||||||
log_settings[log_category_id].log_to_console = 0;
|
log_settings[log_category_id].log_to_console = 0;
|
||||||
log_settings[log_category_id].log_to_file = 0;
|
log_settings[log_category_id].log_to_file = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user