mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
Log who a message the SipHandler receives is from
This commit is contained in:
parent
1d6153044c
commit
aeef7345af
@ -522,7 +522,7 @@ SipHandler::onSipInfo( const QString& peerId, const SipInfo& info )
|
||||
void
|
||||
SipHandler::onMessage( const QString& from, const QString& msg )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
qDebug() << Q_FUNC_INFO << from << msg;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user