From 9e18e6490de98c01ca46a0a2ed03bd1ee20fc5b1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 23 Jan 2017 16:52:39 +0100 Subject: Readable uuid --- common/synchronizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/synchronizer.cpp') diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 3cd0cb6..e19140c 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp @@ -295,9 +295,9 @@ KAsync::Job Synchronizer::processRequest(const SyncRequest &request) modifiedRequest.options = SyncRequest::NoOptions; //Normally we won't have a requestId here if (modifiedRequest.requestId.isEmpty()) { - modifiedRequest.requestId = QUuid::createUuid().toRfc4122(); + modifiedRequest.requestId = QUuid::createUuid().toByteArray(); } - SinkWarningCtx(mLogCtx) << "Enquing flush request " << modifiedRequest.requestId; + SinkTraceCtx(mLogCtx) << "Enqueuing flush request " << modifiedRequest.requestId; //The sync request will be executed once the flush has completed mPendingSyncRequests.insert(modifiedRequest.requestId, modifiedRequest); -- cgit v1.2.3