diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-05 22:40:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-05 22:40:11 +0200 |
commit | 938c519b026835daca93aee96a1766b4f68de62c (patch) | |
tree | 881e0aa77aae52c5bfea518fb08cc9db80189d4b | |
parent | 1b621191deaf47abf05af1d6b7db1f34e3b81a66 (diff) | |
download | sink-938c519b026835daca93aee96a1766b4f68de62c.tar.gz sink-938c519b026835daca93aee96a1766b4f68de62c.zip |
Notification printing
-rw-r--r-- | common/notification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
48 | 48 | ||
49 | QDebug operator<<(QDebug dbg, const Sink::Notification &n) | 49 | QDebug operator<<(QDebug dbg, const Sink::Notification &n) |
50 | { | 50 | { |
51 | dbg << "Notification(Type:" << name(n.type) << "Id, :" << n.id << ", Code:"; | 51 | dbg << "Notification(Type:" << name(n.type) << ", Id:" << n.id << ", Code:"; |
52 | dbg << n.code; | 52 | dbg << n.code; |
53 | dbg << ", Message:" << n.message << ", Entities:" << n.entities << ")"; | 53 | dbg << ", Message:" << n.message << ", Entities:" << n.entities << ")"; |
54 | return dbg.space(); | 54 | return dbg.space(); |