mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Add address to log output
This commit is contained in:
@@ -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.
|
// 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 );
|
<< "- address mode:" << (int)( mode );
|
||||||
|
|
||||||
switch ( mode )
|
switch ( mode )
|
||||||
|
Reference in New Issue
Block a user