mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
logging update
This commit is contained in:
parent
42b15e8bbe
commit
065d01bcf6
|
@ -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…
Reference in a new issue