mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core: Clean up whitespace, and remove a silly warning in boss_lurker_below.cpp
This commit is contained in:
@@ -48,7 +48,7 @@ void AppenderFile::_write(LogMessage const& message)
|
||||
snprintf(namebuf, TRINITY_PATH_MAX, filename.c_str(), message.param1.c_str());
|
||||
logfile = OpenFile(namebuf, mode, backup || exceedMaxSize);
|
||||
}
|
||||
else if (exceedMaxSize)
|
||||
else if (exceedMaxSize)
|
||||
logfile = OpenFile(filename, "w", true);
|
||||
|
||||
if (!logfile)
|
||||
|
||||
Reference in New Issue
Block a user