1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Make the not-all-disconnect-reasons-checked message actually useful

This commit is contained in:
Dominik Schmidt 2012-04-23 15:51:30 +02:00
parent 46bee7acd4
commit fbe918dd4e

View File

@ -345,7 +345,7 @@ XmppSipPlugin::onDisconnect( Jreen::Client::DisconnectReason reason )
break;
default:
qDebug() << "Not all Client::DisconnectReasons checked";
qDebug() << "Not all Client::DisconnectReasons checked" << ( int ) reason;
Q_ASSERT(false);
break;
}