Logs fixed
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 25 Oct 2012 17:56:08 +0000 (19:56 +0200)
committerTaejeong Lee <taejeong.lee@samsung.com>
Fri, 2 Nov 2012 07:11:25 +0000 (16:11 +0900)
commit4cb89d000e52b3b243c3af800c10ac3a80fe68e3
treefdcdaea898453f69b8bfe8e0e1911aae34e9422b
parent1636fbd95f8a6aa0c3eb2885829a553311f7485b
Logs fixed

[Issue#] N/A
[Bug] Many logs that informed about errors are not visible
[Problem] N/A
[Cause] They were printed using LogDebug
[Solution] LogDebug changed to LogWarning/Error

[Verification] Successfull compilation. Go through commit changes and see if
modified cases are really errors.

Change-Id: I285487e950a2d2c333cb844c744b79118a13c205
13 files changed:
src/jobs/widget_install/job_widget_install.cpp
src/jobs/widget_install/task_ace_check.cpp
src/jobs/widget_install/task_certify.cpp
src/jobs/widget_install/task_database.cpp
src/jobs/widget_install/task_encrypt_resource.cpp
src/jobs/widget_install/task_manifest_file.cpp
src/jobs/widget_install/task_plugins_copy.cpp
src/jobs/widget_install/task_remove_backup.cpp
src/jobs/widget_install/task_widget_config.cpp
src/jobs/widget_uninstall/task_db_update.cpp
src/misc/wac_widget_id.cpp
src/pkg-manager/pkgmgr_signal.cpp
src/wrt-installer/wrt_installer.cpp