Browse Source

add more logging

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

2
Tunnel.cpp

@ -468,7 +468,7 @@ namespace tunnel
HandleTunnelGatewayMsg (tunnel, msg); HandleTunnelGatewayMsg (tunnel, msg);
} }
else else
LogPrint (eLogWarning, "Tunnel: tunnel with id ", tunnelID, " not found"); LogPrint (eLogWarning, "Tunnel: tunnel with id ", tunnelID, " not found, type=", (int)typeID);
break; break;
} }
case eI2NPVariableTunnelBuild: case eI2NPVariableTunnelBuild:

Loading…
Cancel
Save