mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +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:
parent
d7ec30b648
commit
59aa54f731
@ -434,9 +434,9 @@ void Session::Disconnect()
|
||||
{
|
||||
if (m_control_sock->Get() != INVALID_SOCKET) {
|
||||
if (m_session_id.empty()) {
|
||||
Log("Destroying incomplete session");
|
||||
Log("Destroying incomplete SAM session");
|
||||
} 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user