From 7b0d1f09135999958e850dd67ed9c5b1eaf16536 Mon Sep 17 00:00:00 2001 From: CraftedRO <24683355+CraftedRO@users.noreply.github.com> Date: Thu, 8 May 2025 19:52:04 +0300 Subject: Core/Misc: Minor corrections to urls and grammar in logs and comments (#30917) --- src/server/authserver/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver') diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 7e521b9a338..b254e9c28fe 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -297,7 +297,7 @@ void KeepDatabaseAliveHandler(std::weak_ptr dbPing { if (std::shared_ptr dbPingTimer = dbPingTimerRef.lock()) { - TC_LOG_INFO("server.authserver", "Ping MySQL to keep connection alive"); + TC_LOG_DEBUG("sql.driver", "Ping MySQL to keep connection alive"); LoginDatabase.KeepAlive(); dbPingTimer->expires_after(std::chrono::minutes(dbPingInterval)); -- cgit v1.2.3