mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
logging update
This commit is contained in:
parent
42b15e8bbe
commit
065d01bcf6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue