diff options
Diffstat (limited to 'common/notification.cpp')
-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 b399d50..806d04a 100644 --- a/common/notification.cpp +++ b/common/notification.cpp | |||
@@ -21,6 +21,6 @@ | |||
21 | 21 | ||
22 | QDebug operator<<(QDebug dbg, const Sink::Notification &n) | 22 | QDebug operator<<(QDebug dbg, const Sink::Notification &n) |
23 | { | 23 | { |
24 | dbg << "Notification(Id: " << n.id << ", Type: " << n.type << ", Code: " << n.code << ", Message: " << n.message << ")"; | 24 | dbg << "Notification(Type: " << n.type << "Id, : " << n.id << ", Code: " << n.code << ", Message: " << n.message << ", Entities: " << n.entities << ")"; |
25 | return dbg.space(); | 25 | return dbg.space(); |
26 | } | 26 | } |