From 59aa460cf704d5f1a1fb1fe6b8ede4457da083ff Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 4 Dec 2016 10:36:58 +0100 Subject: Copy command and proper move --- common/storage/entitystore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/storage') diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index b6251b6..1417861 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp @@ -239,11 +239,11 @@ bool EntityStore::remove(const QByteArray &type, const QByteArray &uid, bool rep [](const DataStore::Error &error) { SinkWarning() << "Failed to read old revision from storage: " << error.message; }); if (!found) { - SinkWarning() << "Failed to find entity " << uid; + SinkWarning() << "Remove: Failed to find entity " << uid; return false; } if (alreadyRemoved) { - SinkWarning() << "Entity is already removed " << uid; + SinkWarning() << "Remove: Entity is already removed " << uid; return false; } -- cgit v1.2.3