summaryrefslogtreecommitdiff
path: root/daemon/voicecallhandler.cpp
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-16 04:26:05 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-16 04:26:05 +0200
commit7d8f121652ceecc371a5f73986e2ef8fc2f1e4be (patch)
treedeefe4f9af0779457a9eec7fdf17c110e59c57e4 /daemon/voicecallhandler.cpp
parent3c19406ee292e0ed7993bd4d3976cc34d40e2f22 (diff)
Use new Log4Qt features and fixes
Diffstat (limited to 'daemon/voicecallhandler.cpp')
-rw-r--r--daemon/voicecallhandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/voicecallhandler.cpp b/daemon/voicecallhandler.cpp
index 55b7c84..d11ceb8 100644
--- a/daemon/voicecallhandler.cpp
+++ b/daemon/voicecallhandler.cpp
@@ -189,8 +189,7 @@ bool VoiceCallHandler::getProperties()
QDBusReply<QVariantMap> reply = props.call("GetAll", d->interface->interface());
if (reply.isValid()) {
QVariantMap props = reply.value();
- QString str; QDebug(&str) << props;
- logger()->debug() << str;
+ logger()->debug() << props;
d->providerId = props["providerId"].toString();
d->duration = props["duration"].toInt();
d->status = props["status"].toInt();