Skip to content

Commit

Permalink
Router: log the b32 on the line before the ttps in InboundMessageDist…
Browse files Browse the repository at this point in the history
…ributor so we have something in the log when clienttps==null
  • Loading branch information
eyedeekay committed Jul 31, 2023
1 parent 3fc704c commit ca86791
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public InboundMessageDistributor(RouterContext ctx, Hash client) {
if (_client != null) {
TunnelPoolSettings clienttps = _context.tunnelManager().getInboundSettings(_client);
if (_log.shouldLog(Log.DEBUG))
_log.debug("Initializing client for dest: " + _client.toBase32());
_log.debug("Initializing client (nickname: "
+ clienttps.getDestinationNickname()
+ " b32: " + _client.toBase32()
Expand Down

0 comments on commit ca86791

Please sign in to comment.