sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.

This commit is contained in:
Gregory Nutt
2016-06-11 16:42:42 -06:00
parent a1469a3e95
commit 13cac3b592
47 changed files with 193 additions and 189 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ int os_idle_task(int argc, FAR char *argv[])
{
/* Enter the IDLE loop */
serr("CPU%d: Beginning Idle Loop\n", this_cpu());
sinfo("CPU%d: Beginning Idle Loop\n", this_cpu());
for (; ; )
{
+2 -2
View File
@@ -372,7 +372,7 @@ void os_start(void)
#endif
int i;
sllerr("Entry\n");
sllinfo("Entry\n");
/* Boot up is complete */
@@ -797,7 +797,7 @@ void os_start(void)
/* The IDLE Loop **********************************************************/
/* When control is return to this point, the system is idle. */
serr("CPU0: Beginning Idle Loop\n");
sinfo("CPU0: Beginning Idle Loop\n");
for (; ; )
{
/* Perform garbage collection (if it is not being done by the worker