Browse Source

add more logging

pull/557/head
Jeff Becker 8 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 @@ -468,7 +468,7 @@ namespace tunnel
HandleTunnelGatewayMsg (tunnel, msg);
}
else
LogPrint (eLogWarning, "Tunnel: tunnel with id ", tunnelID, " not found");
LogPrint (eLogWarning, "Tunnel: tunnel with id ", tunnelID, " not found, type=", (int)typeID);
break;
}
case eI2NPVariableTunnelBuild:

Loading…
Cancel
Save