We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ec30b commit 59aa54fCopy full SHA for 59aa54f
src/i2p.cpp
@@ -434,9 +434,9 @@ void Session::Disconnect()
434
{
435
if (m_control_sock->Get() != INVALID_SOCKET) {
436
if (m_session_id.empty()) {
437
- Log("Destroying incomplete session");
+ Log("Destroying incomplete SAM session");
438
} else {
439
- Log("Destroying session %s", m_session_id);
+ Log("Destroying SAM session %s", m_session_id);
440
}
441
442
m_control_sock = std::make_unique<Sock>(INVALID_SOCKET);
0 commit comments