add more logging

pull/557/head
Jeff Becker 8 years ago
parent 597b5e6cfb
commit 3a50320f79
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -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