diff options
author | Dongeup Ham <dongeup.ham@samsung.com> | 2013-01-30 19:01:35 +0900 |
---|---|---|
committer | Dongeup Ham <dongeup.ham@samsung.com> | 2013-01-30 19:01:35 +0900 |
commit | c827430b913c43be771bf6fa98d63aa5f5a9057c (patch) | |
tree | 0b468038f865b3b2b8281a2596d4592771cd2328 /src/Installer/DirectoryInstaller.cpp | |
parent | 135d7935f3925980f897b0590b559380c383be2c (diff) | |
download | installer-c827430b913c43be771bf6fa98d63aa5f5a9057c.tar.gz installer-c827430b913c43be771bf6fa98d63aa5f5a9057c.tar.bz2 installer-c827430b913c43be771bf6fa98d63aa5f5a9057c.zip |
Installer log system
Change-Id: I098d5f9e2c2ce6e6965c6659d6d42f4fe009e4b2
Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
Diffstat (limited to 'src/Installer/DirectoryInstaller.cpp')
-rwxr-xr-x | src/Installer/DirectoryInstaller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Installer/DirectoryInstaller.cpp b/src/Installer/DirectoryInstaller.cpp index 4f89859..b0df3ff 100755 --- a/src/Installer/DirectoryInstaller.cpp +++ b/src/Installer/DirectoryInstaller.cpp @@ -173,7 +173,7 @@ DirectoryInstaller::RemoveInfoFiles(void) // check *.info file if (_FileImpl::GetFileExtension(entryDir) == FILE_EXT_INFO) { - AppLog("Request to delete info file = [%ls]\n", entryDir.GetPointer()); + AppLog("Request to delete info file = [%ls]", entryDir.GetPointer()); InstallerUtil::Remove(entryDir); } } |