mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Log peerInfoDebug only in verbose level
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <QString>
|
||||
#include <QPixmap>
|
||||
|
||||
#define peerInfoDebug(peerInfo) tDebug() << "PEERINFO:" << ( !peerInfo.isNull() ? peerInfo->debugName() : "Invalid PeerInfo" ).toLatin1().constData()
|
||||
#define peerInfoDebug(peerInfo) tLog( LOGVERBOSE ) << "PEERINFO:" << ( !peerInfo.isNull() ? peerInfo->debugName() : "Invalid PeerInfo" ).toLatin1().constData()
|
||||
|
||||
class ControlConnection;
|
||||
class SipPlugin;
|
||||
|
Reference in New Issue
Block a user