diff options
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 | ||