system/critmon: print info before sleep
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
696c6f412e
commit
01f8bef2ba
@ -478,15 +478,15 @@ static int critmon_daemon(int argc, char **argv)
|
||||
|
||||
while (!g_critmon.stop)
|
||||
{
|
||||
/* Wait for the next sample interval */
|
||||
|
||||
sleep(CONFIG_SYSTEM_CRITMONITOR_INTERVAL);
|
||||
|
||||
exitcode = critmon_list_once();
|
||||
if (exitcode != EXIT_SUCCESS)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
/* Wait for the next sample interval */
|
||||
|
||||
sleep(CONFIG_SYSTEM_CRITMONITOR_INTERVAL);
|
||||
}
|
||||
|
||||
/* Stopped */
|
||||
|
Loading…
Reference in New Issue
Block a user