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 ) {
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;
}
}