[Logs] Reclassify unhelpful Info message (#3809)

This commit is contained in:
Chris Miles 2023-12-27 20:04:11 -06:00 committed by GitHub
parent d31cb09214
commit 79cc2d5351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {