From 938c519b026835daca93aee96a1766b4f68de62c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Jul 2017 22:40:11 +0200 Subject: Notification printing --- common/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/notification.cpp') diff --git a/common/notification.cpp b/common/notification.cpp index da31e20..20bc654 100644 --- a/common/notification.cpp +++ b/common/notification.cpp @@ -48,7 +48,7 @@ static QByteArray name(int type) QDebug operator<<(QDebug dbg, const Sink::Notification &n) { - dbg << "Notification(Type:" << name(n.type) << "Id, :" << n.id << ", Code:"; + dbg << "Notification(Type:" << name(n.type) << ", Id:" << n.id << ", Code:"; dbg << n.code; dbg << ", Message:" << n.message << ", Entities:" << n.entities << ")"; return dbg.space(); -- cgit v1.2.3