1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Add address to log output

This commit is contained in:
Uwe L. Korn 2014-08-24 10:42:21 +01:00
parent 99621016d1
commit 72ce26e64d

View File

@ -166,7 +166,9 @@ Servent::startListening( QHostAddress ha, bool upnp, int port, Tomahawk::Network
}
// If we only accept connections via localhost, we'll announce nothing.
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Servent listening on port" << d->port << "- servent thread:" << thread()
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Servent listening on port" << d->port
<< "using address" << ha.toString()
<< "- servent thread:" << thread()
<< "- address mode:" << (int)( mode );
switch ( mode )