mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
logging update
This commit is contained in:
parent
42b15e8bbe
commit
065d01bcf6
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user