Merge pull request #2313 from LLE8/one_space

Add space in log message
This commit is contained in:
orignal
2026-02-03 17:21:57 -05:00
committed by GitHub
+1 -1
View File
@@ -475,7 +475,7 @@ namespace transport
m_ReceivedPacketsQueue.splice (m_ReceivedPacketsQueue.end (), packets);
else
{
LogPrint (eLogError, "SSU2: Received queue size ", queueSize, " exceeds max size", SSU2_MAX_RECEIVED_QUEUE_SIZE);
LogPrint (eLogError, "SSU2: Received queue size ", queueSize, " exceeds max size ", SSU2_MAX_RECEIVED_QUEUE_SIZE);
m_PacketsPool.ReleaseMt (packets);
queueSize = 0; // invoke processing just in case
}