projects
/
platform
/
upstream
/
gumd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f3911
)
Add warning log: Home directory already exists.
31/137031/3
author
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 4 Jul 2017 07:27:35 +0000
(16:27 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 5 Jul 2017 01:10:32 +0000
(10:10 +0900)
Change-Id: Ibe7afd37ed515588fb2046a2c813d3126a107e6c
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/common/gum-file.c
patch
|
blob
|
history
diff --git
a/src/common/gum-file.c
b/src/common/gum-file.c
index
4491c72
..
2104eab
100755
(executable)
--- a/
src/common/gum-file.c
+++ b/
src/common/gum-file.c
@@
-853,6
+853,8
@@
gum_file_create_home_dir (
retval = _copy_dir_recursively (skel_dir, home_dir, uid, gid, umask,
error);
+ } else {
+ WARN ("Error: Failed to copy files. Home directory(%s) already exists.", home_dir);
}
return retval;