aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authorCraftedRO <24683355+CraftedRO@users.noreply.github.com>2025-05-08 19:52:04 +0300
committerGitHub <noreply@github.com>2025-05-08 18:52:04 +0200
commit7b0d1f09135999958e850dd67ed9c5b1eaf16536 (patch)
tree9d47e2d585b4a1c0dd8bc23cff47214ae1468f1c /src/server/authserver/Main.cpp
parentda2adb613816217f207e06ee24c9a61cc6322f63 (diff)
Core/Misc: Minor corrections to urls and grammar in logs and comments (#30917)
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r--src/server/authserver/Main.cpp2
1 files changed, 1 insertions, 1 deletions
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<Trinity::Asio::DeadlineTimer> dbPing
{
if (std::shared_ptr<Trinity::Asio::DeadlineTimer> 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));