From: seolheui kim Date: Thu, 24 May 2018 05:19:10 +0000 (+0900) Subject: Fix showProgressUI service name X-Git-Tag: submit/tizen/20180524.053419^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=765cab3251e7ad995e9c093ec35ab95f77524025;p=platform%2Fcore%2Fsecurity%2Fode.git Fix showProgressUI service name Change-Id: I8be450868943589c352d9741d4f4a20aed5ff6a4 Signed-off-by: seolheui kim --- diff --git a/server/internal-encryption.cpp b/server/internal-encryption.cpp index bfac022..35b7729 100644 --- a/server/internal-encryption.cpp +++ b/server/internal-encryption.cpp @@ -418,7 +418,7 @@ int InternalEncryptionServer::encrypt(const std::string& password, unsigned int auto encryptWorker = [masterKey, options, this]() { try { - showProgressUI("Encrypting"); + showProgressUI("encrypt"); ::sleep(1); INFO(SINK, "Closing all known systemd services that might be using internal storage."); @@ -472,7 +472,7 @@ int InternalEncryptionServer::decrypt(const std::string& password) auto decryptWorker = [masterKey, this]() { try { - showProgressUI("Decrypting"); + showProgressUI("decrypt"); ::sleep(1); if (engine->isMounted()) {