mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue