diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
commit | 3aab8be81f96e8a32a1edc09b836e6c0264d39e7 (patch) | |
tree | 0acef21cde8c913ed2a1bd8a1cb9cf41dc372a57 /common/storage_common.cpp | |
parent | 35a3afc591c85999de856c21dbb493e341951d91 (diff) | |
download | sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.tar.gz sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.zip |
Debug output
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp index 60ef83d..3951a81 100644 --- a/common/storage_common.cpp +++ b/common/storage_common.cpp | |||
@@ -26,6 +26,12 @@ | |||
26 | 26 | ||
27 | SINK_DEBUG_AREA("storage") | 27 | SINK_DEBUG_AREA("storage") |
28 | 28 | ||
29 | QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error) | ||
30 | { | ||
31 | dbg << error.message; | ||
32 | return dbg; | ||
33 | } | ||
34 | |||
29 | namespace Sink { | 35 | namespace Sink { |
30 | namespace Storage { | 36 | namespace Storage { |
31 | 37 | ||