mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
chore(Core/Auth): align mysql ping log level and name to worldserver (#21986)
This commit is contained in:
@@ -246,7 +246,7 @@ void KeepDatabaseAliveHandler(std::weak_ptr<boost::asio::steady_timer> dbPingTim
|
||||
{
|
||||
if (std::shared_ptr<boost::asio::steady_timer> dbPingTimer = dbPingTimerRef.lock())
|
||||
{
|
||||
LOG_INFO("server.authserver", "Ping MySQL to keep connection alive");
|
||||
LOG_DEBUG("sql.driver", "Ping MySQL to keep connection alive");
|
||||
LoginDatabase.KeepAlive();
|
||||
|
||||
dbPingTimer->expires_at(Acore::Asio::SteadyTimer::GetExpirationTime(dbPingInterval));
|
||||
|
||||
Reference in New Issue
Block a user