diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 09:57:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-31 09:57:55 +0200 |
commit | e59684844f819918f8720b466f31278d0ae0fa9b (patch) | |
tree | 439d63f29efc19208d8887aa77931af4a8a78a60 /common/storage_common.cpp | |
parent | 717b33cf63ff8a316cb7f6ab285c9e55bb4c9ce9 (diff) | |
download | sink-e59684844f819918f8720b466f31278d0ae0fa9b.tar.gz sink-e59684844f819918f8720b466f31278d0ae0fa9b.zip |
Debug messages
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp index d581873..0b9d324 100644 --- a/common/storage_common.cpp +++ b/common/storage_common.cpp | |||
@@ -102,7 +102,7 @@ QByteArray Storage::getUidFromRevision(const Sink::Storage::Transaction &transac | |||
102 | uid = value; | 102 | uid = value; |
103 | return false; | 103 | return false; |
104 | }, | 104 | }, |
105 | [revision](const Error &error) { Warning() << "Coultn'd find uid for revision " << revision; }); | 105 | [revision](const Error &error) { Warning() << "Coultn'd find uid for revision: " << revision << error.message; }); |
106 | return uid; | 106 | return uid; |
107 | } | 107 | } |
108 | 108 | ||