add more logging

This commit is contained in:
Jeff Becker 2016-06-28 15:35:58 -04:00
parent 597b5e6cfb
commit 3a50320f79
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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