mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
Add verbose logging on sendmsg to try to track down JSON issue
This commit is contained in:
@@ -448,6 +448,7 @@ Connection::sendMsg( QVariant j )
|
|||||||
|
|
||||||
QJson::Serializer serializer;
|
QJson::Serializer serializer;
|
||||||
const QByteArray payload = serializer.serialize( j );
|
const QByteArray payload = serializer.serialize( j );
|
||||||
|
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Sending to" << id() << ":" << payload;
|
||||||
sendMsg( Msg::factory( payload, Msg::JSON ) );
|
sendMsg( Msg::factory( payload, Msg::JSON ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user