[Fix] Fix non-error in player_event_logs (#4695)

This commit is contained in:
Chris Miles 2025-02-18 13:27:43 -06:00 committed by GitHub
parent 1bd281c8f2
commit 6f390c81f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ void PlayerEventLogs::ProcessBatchQueue()
r.event_data = "{}"; // Clear event data
}
else {
LogError("Non-Implemented ETL routing [{}]", r.event_type_id);
LogPlayerEventsDetail("Non-Implemented ETL routing [{}]", r.event_type_id);
}
}
}