Skip to content

Commit ca86791

Browse files
author
eyedeekay
committed
Router: log the b32 on the line before the ttps in InboundMessageDistributor so we have something in the log when clienttps==null
1 parent 3fc704c commit ca86791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

router/java/src/net/i2p/router/tunnel/InboundMessageDistributor.java

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public InboundMessageDistributor(RouterContext ctx, Hash client) {
4949
if (_client != null) {
5050
TunnelPoolSettings clienttps = _context.tunnelManager().getInboundSettings(_client);
5151
if (_log.shouldLog(Log.DEBUG))
52+
_log.debug("Initializing client for dest: " + _client.toBase32());
5253
_log.debug("Initializing client (nickname: "
5354
+ clienttps.getDestinationNickname()
5455
+ " b32: " + _client.toBase32()

0 commit comments

Comments
 (0)