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;