mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-18 00:33:52 +00:00
[Logs] Reclassify unhelpful Info message (#3809)
This commit is contained in:
parent
d31cb09214
commit
79cc2d5351
@ -611,7 +611,7 @@ void PlayerEventLogs::Process()
|
||||
|
||||
void PlayerEventLogs::ProcessRetentionTruncation()
|
||||
{
|
||||
LogInfo("Running truncation");
|
||||
LogPlayerEvents("Running truncation");
|
||||
|
||||
for (int i = PlayerEvent::GM_COMMAND; i != PlayerEvent::MAX; i++) {
|
||||
if (m_settings[i].retention_days > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user