projects
/
platform
/
core
/
api
/
resource.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936b3df
)
Change a log from error to info
79/281379/5
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
tizen_7.0_hotfix
accepted/tizen/7.0/unified/20221110.062953
accepted/tizen/7.0/unified/hotfix/20221116.104815
accepted/tizen/8.0/unified/20231005.092829
accepted/tizen/unified/20220927.132304
tizen_7.0_m2_release
tizen_8.0_m2_release
author
Unsung Lee
<unsung.lee@samsung.com>
Fri, 16 Sep 2022 07:35:46 +0000
(16:35 +0900)
committer
Unsung Lee
<unsung.lee@samsung.com>
Sun, 18 Sep 2022 11:52:13 +0000
(20:52 +0900)
Reduce the number of error log
Change-Id: Ib2a9b8649ec40427fac7b16efec4bf488438e7b2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/cpu-boosting.c
patch
|
blob
|
history
diff --git
a/src/cpu-boosting.c
b/src/cpu-boosting.c
index 56ba7f48741e77047fcddae1a4ce7199c2ebc2c2..968dae28fea6f4acc2c4b61f93bc489e23c410bd 100644
(file)
--- a/
src/cpu-boosting.c
+++ b/
src/cpu-boosting.c
@@
-40,7
+40,7
@@
int (*plugin_resource_unregister_cpu_inheritance_destination)(const char *dest_p
static int open_cpu_boosting_plugin(void)
{
if (access(CPU_BOOSTING_PLUGIN_PATH, F_OK) != 0) {
- _
E
("[CPU-BOOSTING] Cannot find a plugin file");
+ _
I
("[CPU-BOOSTING] Cannot find a plugin file");
return RESOURCE_ERROR_NO_SUCH_FILE;
}