summaryrefslogtreecommitdiffstats
path: root/common/synchronizerstore.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-18 16:02:40 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-18 16:02:40 +0100
commit4983c40b580a2421c9be43760e6a8bebdb156ef3 (patch)
tree822416b239d0c1f702c88bc11d98a75a45a1e537 /common/synchronizerstore.cpp
parent62d222f20de7558ebb266efdcadf458e3807e406 (diff)
downloadsink-4983c40b580a2421c9be43760e6a8bebdb156ef3.tar.gz
sink-4983c40b580a2421c9be43760e6a8bebdb156ef3.zip
Debug output
Diffstat (limited to 'common/synchronizerstore.cpp')
-rw-r--r--common/synchronizerstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizerstore.cpp b/common/synchronizerstore.cpp
index 31c1391..dea4821 100644
--- a/common/synchronizerstore.cpp
+++ b/common/synchronizerstore.cpp
@@ -73,7 +73,7 @@ QByteArray SynchronizerStore::resolveLocalId(const QByteArray &bufferType, const
73{ 73{
74 QByteArray remoteId = Index("localid.mapping." + bufferType, mTransaction).lookup(localId); 74 QByteArray remoteId = Index("localid.mapping." + bufferType, mTransaction).lookup(localId);
75 if (remoteId.isEmpty()) { 75 if (remoteId.isEmpty()) {
76 SinkWarning() << "Couldn't find the remote id for " << localId; 76 SinkWarning() << "Couldn't find the remote id for " << bufferType << localId;
77 return QByteArray(); 77 return QByteArray();
78 } 78 }
79 return remoteId; 79 return remoteId;