summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-07 17:58:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-07 17:58:48 +0100
commit3aab8be81f96e8a32a1edc09b836e6c0264d39e7 (patch)
tree0acef21cde8c913ed2a1bd8a1cb9cf41dc372a57 /common/storage_common.cpp
parent35a3afc591c85999de856c21dbb493e341951d91 (diff)
downloadsink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.tar.gz
sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.zip
Debug output
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r--common/storage_common.cpp6
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
27SINK_DEBUG_AREA("storage") 27SINK_DEBUG_AREA("storage")
28 28
29QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error)
30{
31 dbg << error.message;
32 return dbg;
33}
34
29namespace Sink { 35namespace Sink {
30namespace Storage { 36namespace Storage {
31 37