fix log message

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-08-23 22:19:23 +03:00
parent 5b19237a85
commit 63227ab2f1
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -729,7 +729,7 @@ namespace stream
Terminate ();
break;
default:
LogPrint (eLogWarning, "Streaming: Unexpected stream status ", (int)m_Status, "sSID=", m_SendStreamID);
LogPrint (eLogWarning, "Streaming: Unexpected stream status=", (int)m_Status, " for sSID=", m_SendStreamID);
};
}