|
@@ -3058,7 +3058,7 @@ void ResourceWatcherFSM::GetSystemCPUStatus()
|
|
|
|
|
|
if (sysProcName.find(processName[tPid].GetData()) != std::string::npos)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("进程名:%s. 找到了,系统进程,不纳入统计。", processName[tPid]);
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("进程名:%s. 找到了,系统进程,不纳入统计。", processName[tPid]);
|
|
|
continue;
|
|
|
}
|
|
|
|