mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Add a bit of logging to XmppMessage serialzation
This commit is contained in:
parent
d71a237533
commit
fb1d86872d
@ -165,6 +165,7 @@ void TomahawkXmppMessageFactory::serialize(Payload *extension, QXmlStreamWriter
|
||||
if ( !lastInfo.isNull() )
|
||||
{
|
||||
Q_ASSERT( lastInfo->isVisible() );
|
||||
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Using " << lastInfo->host() << ":" << lastInfo->port() << " as the host which all older clients will only detect";
|
||||
serializeSipInfo( *lastInfo, writer );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user