Fix showProgressUI service name 05/180005/1 accepted/tizen/4.0/unified/20180524.131159 accepted/tizen/unified/20180611.015313 submit/tizen/20180524.053419 submit/tizen/20180607.013257 submit/tizen_4.0/20180524.053450
authorseolheui kim <s414.kim@samsung.com>
Thu, 24 May 2018 05:19:10 +0000 (14:19 +0900)
committerseolheui kim <s414.kim@samsung.com>
Thu, 24 May 2018 05:19:10 +0000 (14:19 +0900)
Change-Id: I8be450868943589c352d9741d4f4a20aed5ff6a4
Signed-off-by: seolheui kim <s414.kim@samsung.com>
server/internal-encryption.cpp

index bfac022..35b7729 100644 (file)
@@ -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()) {