Fix typo in update plugin info error message 76/270076/1
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 25 Jan 2022 05:56:34 +0000 (14:56 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 25 Jan 2022 05:58:21 +0000 (14:58 +0900)
Change-Id: I64826a53a939ba416e5227d48001f9585bd0b979
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/common/pkgmgr_registration.cc

index 92662e8..461ee88 100644 (file)
@@ -285,7 +285,7 @@ bool UpdatePluginInfo(manifest_x* manifest,
       pkgmgr_parser_update_pkg_plugin_info_in_usr_db(manifest, uid) :
       pkgmgr_parser_update_pkg_plugin_info_in_db(manifest);
   if (ret) {
-    LOG(ERROR) << "Failed to insupdateert plugin info, error code=" << ret;
+    LOG(ERROR) << "Failed to insert update plugin info, error code=" << ret;
     return false;
   }
   return true;