mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
i2p: log "SAM session" instead of "session"
This way the log messages are consistent with "Creating SAM session..."
This commit is contained in:
@@ -434,9 +434,9 @@ void Session::Disconnect()
|
|||||||
{
|
{
|
||||||
if (m_control_sock->Get() != INVALID_SOCKET) {
|
if (m_control_sock->Get() != INVALID_SOCKET) {
|
||||||
if (m_session_id.empty()) {
|
if (m_session_id.empty()) {
|
||||||
Log("Destroying incomplete session");
|
Log("Destroying incomplete SAM session");
|
||||||
} else {
|
} else {
|
||||||
Log("Destroying session %s", m_session_id);
|
Log("Destroying SAM session %s", m_session_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_control_sock = std::make_unique<Sock>(INVALID_SOCKET);
|
m_control_sock = std::make_unique<Sock>(INVALID_SOCKET);
|
||||||
|
|||||||
Reference in New Issue
Block a user