1
0
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:
Uwe L. Korn 2013-05-15 09:55:45 +02:00
parent d71a237533
commit fb1d86872d

View File

@ -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 );
}