mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Add a bit of logging to XmppMessage serialzation
This commit is contained in:
@@ -165,6 +165,7 @@ void TomahawkXmppMessageFactory::serialize(Payload *extension, QXmlStreamWriter
|
|||||||
if ( !lastInfo.isNull() )
|
if ( !lastInfo.isNull() )
|
||||||
{
|
{
|
||||||
Q_ASSERT( lastInfo->isVisible() );
|
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 );
|
serializeSipInfo( *lastInfo, writer );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user