#64 changed logging

develop^2
Geoffrey Merck 2 months ago
parent fcf72b9b41
commit 5b23a1a3ab

@ -118,7 +118,7 @@ void CG2Handler::process(CHeaderData &header)
if (m_routes[i]->m_id == id) 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 // 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]; delete m_routes[i];
m_routes[i] = route; m_routes[i] = route;

Loading…
Cancel
Save

Powered by TurnKey Linux.