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
authorUnsung Lee <unsung.lee@samsung.com>
Fri, 16 Sep 2022 07:35:46 +0000 (16:35 +0900)
committerUnsung 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

index 56ba7f48741e77047fcddae1a4ce7199c2ebc2c2..968dae28fea6f4acc2c4b61f93bc489e23c410bd 100644 (file)
@@ -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;
        }