Browse Source

fix log message

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1786/head
R4SAS 2 years ago
parent
commit
63227ab2f1
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      libi2pd/Streaming.cpp

2
libi2pd/Streaming.cpp

@ -729,7 +729,7 @@ namespace stream @@ -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);
};
}

Loading…
Cancel
Save