diff --git a/src/textchannellistener.cpp b/src/textchannellistener.cpp index 27d07c3..ccd33f2 100644 --- a/src/textchannellistener.cpp +++ b/src/textchannellistener.cpp @@ -1824,7 +1824,7 @@ void TextChannelListener::slotPropertiesChanged(const Tp::PropertyValueList &pro } void TextChannelListener::slotRequestAllRoomProperies(Tp::PendingOperation *operation) { - DEBUG() << __FUNCTION__; + qCDebug(lcCommhistoryd) << __FUNCTION__; QVariantMap properties = dynamic_cast( operation )->result(); processRoomProperties(properties); @@ -1832,7 +1832,7 @@ void TextChannelListener::slotRequestAllRoomProperies(Tp::PendingOperation *oper void TextChannelListener::slotRequestPropertyRoomName(Tp::PendingOperation *operation) { - DEBUG() << __FUNCTION__; + qCDebug(lcCommhistoryd) << __FUNCTION__; QString name = dynamic_cast( operation )->result().toString(); @@ -1848,7 +1848,7 @@ void TextChannelListener::slotRequestPropertyRoomName(Tp::PendingOperation *oper void TextChannelListener::slotRoomPropertiesChanged(const QVariantMap &changedProperties, const QStringList &invalidatedProperties) { - DEBUG() << __FUNCTION__; + qCDebug(lcCommhistoryd) << __FUNCTION__; processRoomProperties(changedProperties); }