mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
print separate message for introducer timeout
This commit is contained in:
parent
b4c226f4b3
commit
2a6f906177
1 changed files with 4 additions and 1 deletions
|
@ -94,6 +94,9 @@ namespace transport
|
||||||
if (!ecode)
|
if (!ecode)
|
||||||
{
|
{
|
||||||
// timeout expired
|
// timeout expired
|
||||||
|
if (m_State == eSSU2SessionStateIntroduced) // WaitForIntroducer
|
||||||
|
LogPrint (eLogWarning, "SSU2: Session was not introduced after ", SSU2_CONNECT_TIMEOUT, " seconds");
|
||||||
|
else
|
||||||
LogPrint (eLogWarning, "SSU2: Session with ", m_RemoteEndpoint, " was not established after ", SSU2_CONNECT_TIMEOUT, " seconds");
|
LogPrint (eLogWarning, "SSU2: Session with ", m_RemoteEndpoint, " was not established after ", SSU2_CONNECT_TIMEOUT, " seconds");
|
||||||
Terminate ();
|
Terminate ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue