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:
parent
99621016d1
commit
72ce26e64d
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user