From: Unsung Lee Date: Fri, 16 Sep 2022 07:35:46 +0000 (+0900) Subject: Change a log from error to info X-Git-Tag: accepted/tizen/unified/20220927.132304^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified;p=platform%2Fcore%2Fapi%2Fresource.git Change a log from error to info Reduce the number of error log Change-Id: Ib2a9b8649ec40427fac7b16efec4bf488438e7b2 Signed-off-by: Unsung Lee --- diff --git a/src/cpu-boosting.c b/src/cpu-boosting.c index 56ba7f4..968dae2 100644 --- 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; }