mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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;
|
||||
const QByteArray payload = serializer.serialize( j );
|
||||
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Sending to" << id() << ":" << payload;
|
||||
sendMsg( Msg::factory( payload, Msg::JSON ) );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user