From 5b23a1a3ab390511dadfc30acb082bad35a4e202 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 28 Mar 2026 15:05:50 +0100 Subject: [PATCH] #64 changed logging --- Common/G2Handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/G2Handler.cpp b/Common/G2Handler.cpp index 27290e8..3ba16b3 100644 --- a/Common/G2Handler.cpp +++ b/Common/G2Handler.cpp @@ -118,7 +118,7 @@ void CG2Handler::process(CHeaderData &header) if (m_routes[i]->m_id == id) { // This should never happen, but if it does, delete the old route and replace it with the new one - CLog::logInfo("Duplicate G2 route received, replacing existing route"); + CLog::logDebug("Duplicate G2 route received, replacing existing route"); delete m_routes[i]; m_routes[i] = route;