mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-13 19:12:26 +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()
|
void PlayerEventLogs::ProcessRetentionTruncation()
|
||||||
{
|
{
|
||||||
LogInfo("Running truncation");
|
LogPlayerEvents("Running truncation");
|
||||||
|
|
||||||
for (int i = PlayerEvent::GM_COMMAND; i != PlayerEvent::MAX; i++) {
|
for (int i = PlayerEvent::GM_COMMAND; i != PlayerEvent::MAX; i++) {
|
||||||
if (m_settings[i].retention_days > 0) {
|
if (m_settings[i].retention_days > 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user