From: Kichan Kwon Date: Tue, 6 Aug 2019 00:53:37 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20190809.084335~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abc88771ca24f58adacda9ebf5161da9f6920683;p=platform%2Fcore%2Fappfw%2Fpkgmgr-tool.git Fix typo Change-Id: I99d45aa84d32b61e83182b545c6499904aa2b8a9 Signed-off-by: Kichan Kwon --- diff --git a/src/pkg_upgrade.c b/src/pkg_upgrade.c index 4acf3ed..7612793 100644 --- a/src/pkg_upgrade.c +++ b/src/pkg_upgrade.c @@ -1345,7 +1345,7 @@ int main(int argc, char *argv[]) ret = __process_rw_fota(preload_rw_table); if (ret < 0) { g_hash_table_destroy(preload_rw_table); - _LOGE("__process_ro_fota is failed.\n"); + _LOGE("__process_rw_fota is failed.\n"); return EXIT_FAILURE; } } else { @@ -1360,7 +1360,7 @@ int main(int argc, char *argv[]) ret = __process_rw_fota(preload_rw_table); if (ret < 0) { g_hash_table_destroy(preload_rw_table); - _LOGE("__process_ro_fota is failed.\n"); + _LOGE("__process_rw_fota is failed.\n"); return EXIT_FAILURE; } } else {