summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/os_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/os_start.c')
-rw-r--r--nuttx/sched/os_start.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c
index 7591e88781..defcc39117 100644
--- a/nuttx/sched/os_start.c
+++ b/nuttx/sched/os_start.c
@@ -216,7 +216,7 @@ void os_start(void)
int init_taskid;
int i;
- lldbg("Entry\n");
+ slldbg("Entry\n");
/* Initialize all task lists */
@@ -427,7 +427,7 @@ void os_start(void)
* started by spawning the user init thread of execution.
*/
- dbg("Starting init thread\n");
+ sdbg("Starting init thread\n");
#ifndef CONFIG_CUSTOM_STACK
init_taskid = task_create("init", SCHED_PRIORITY_DEFAULT,
CONFIG_PROC_STACK_SIZE,
@@ -440,7 +440,7 @@ void os_start(void)
/* When control is return to this point, the system is idle. */
- dbg("Beginning Idle Loop\n");
+ sdbg("Beginning Idle Loop\n");
for (;;)
{
/* Check if there is anything in the delayed deallocation list.