1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 06:54:15 +00:00

logging update

This commit is contained in:
Jeff Becker 2016-08-22 18:29:12 -04:00
parent 42b15e8bbe
commit 065d01bcf6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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