Browse Source

logging update

pull/628/head
Jeff Becker 8 years ago
parent
commit
065d01bcf6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      I2PTunnel.cpp

2
I2PTunnel.cpp

@ -534,7 +534,7 @@ namespace client @@ -534,7 +534,7 @@ namespace client
for ( UDPSession * s : m_Sessions ) {
if ( s->Identity == ih) {
/** found existing */
LogPrint(eLogDebug, "UDPServer: found session ", s->IPSocket.local_endpoint());
LogPrint(eLogDebug, "UDPServer: found session ", s->IPSocket.local_endpoint(), " ", ih.ToBase32());
return s;
}
}

Loading…
Cancel
Save