1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Add debug when sending messages

This commit is contained in:
Dominik Schmidt
2011-04-05 17:15:02 +02:00
parent e944293d02
commit 9d95644b9f

View File

@@ -118,6 +118,8 @@ Jabber_p::sendMsg( const QString& to, const QString& msg )
return;
}
qDebug() << "SEND MESSAGE:" << msg;
/*******************************************************
* Obsolete this by a SipMessage class
*/