logging fixes

This commit is contained in:
Vort 2024-02-10 17:10:21 +02:00
parent 36dbc15bca
commit adba3987f8
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ namespace data
m_BufferLen = s.tellg ();
if (m_BufferLen < 40 || m_BufferLen > MAX_RI_BUFFER_SIZE)
{
LogPrint(eLogError, "RouterInfo: File", fullPath, " is malformed");
LogPrint(eLogError, "RouterInfo: File ", fullPath, " is malformed");
return false;
}
s.seekg(0, std::ios::beg);