mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
add more logging
This commit is contained in:
parent
3a50320f79
commit
90d8ec0e81
1 changed files with 3 additions and 2 deletions
|
@ -457,7 +457,8 @@ namespace tunnel
|
||||||
tunnel = prevTunnel;
|
tunnel = prevTunnel;
|
||||||
else if (prevTunnel)
|
else if (prevTunnel)
|
||||||
prevTunnel->FlushTunnelDataMsgs ();
|
prevTunnel->FlushTunnelDataMsgs ();
|
||||||
|
else
|
||||||
|
LogPrint(eLogWarning, "Tunnel: no previous tunnel, prevTunnelID=", prevTunnelID, "tunnelID=", tunnelID, "type=", (int)typeID);
|
||||||
if (!tunnel)
|
if (!tunnel)
|
||||||
tunnel = GetTunnel (tunnelID);
|
tunnel = GetTunnel (tunnelID);
|
||||||
if (tunnel)
|
if (tunnel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue