From 63227ab2f163ab9710bc66d92c955a9015d22876 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 23 Aug 2022 22:19:23 +0300 Subject: [PATCH] fix log message Signed-off-by: R4SAS --- libi2pd/Streaming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/Streaming.cpp b/libi2pd/Streaming.cpp index af0a359f..72562675 100644 --- a/libi2pd/Streaming.cpp +++ b/libi2pd/Streaming.cpp @@ -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); }; }