From b28d4cf578f4ceabb0d40f65e55ac533027e8733 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 27 Apr 2017 15:52:56 +0200 Subject: We get an offline status notification initially --- common/notification.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/notification.cpp b/common/notification.cpp index e688b6d..da31e20 100644 --- a/common/notification.cpp +++ b/common/notification.cpp @@ -48,8 +48,8 @@ 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 << ")"; + dbg << ", Message:" << n.message << ", Entities:" << n.entities << ")"; return dbg.space(); } -- cgit v1.2.3