Browse Source

add more logging

pull/557/head
Jeff Becker 8 years ago
parent
commit
90d8ec0e81
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 3
      Tunnel.cpp

3
Tunnel.cpp

@ -457,7 +457,8 @@ namespace tunnel @@ -457,7 +457,8 @@ namespace tunnel
tunnel = prevTunnel;
else if (prevTunnel)
prevTunnel->FlushTunnelDataMsgs ();
else
LogPrint(eLogWarning, "Tunnel: no previous tunnel, prevTunnelID=", prevTunnelID, "tunnelID=", tunnelID, "type=", (int)typeID);
if (!tunnel)
tunnel = GetTunnel (tunnelID);
if (tunnel)

Loading…
Cancel
Save