projects
/
platform
/
core
/
appfw
/
pkgmgr-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
954c585
)
Change log for install_preload_pkg
66/202266/1
author
Junghyun Yeon
<jungh.yeon@samsung.com>
Tue, 26 Mar 2019 11:19:18 +0000
(20:19 +0900)
committer
Junghyun Yeon
<jungh.yeon@samsung.com>
Tue, 26 Mar 2019 11:19:18 +0000
(20:19 +0900)
Current logs don't specify which directory is not exists.
Change-Id: I256c9deb696d7685efcffd45330659132eb0d0d0
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/install_preload_pkg.c
patch
|
blob
|
history
diff --git
a/src/install_preload_pkg.c
b/src/install_preload_pkg.c
index
60662e5
..
51752ff
100644
(file)
--- a/
src/install_preload_pkg.c
+++ b/
src/install_preload_pkg.c
@@
-66,7
+66,7
@@
static int _install_preload_pkg(const char *backend, const char *directory,
dir = opendir(directory);
if (!dir) {
if (errno == ENOENT) {
- _D("
The directory for preloaded pkgs doesn't exist"
);
+ _D("
Directory[%s] doesn't exist", directory
);
return 0;
} else {
_E("Failed to access [%s]: [%s]", directory,