mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -152,7 +152,7 @@ int work_hpstart(void)
|
||||
|
||||
/* Start the high-priority, kernel mode worker thread */
|
||||
|
||||
svdbg("Starting high-priority kernel worker thread\n");
|
||||
sinfo("Starting high-priority kernel worker thread\n");
|
||||
|
||||
pid = kernel_thread(HPWORKNAME, CONFIG_SCHED_HPWORKPRIORITY,
|
||||
CONFIG_SCHED_HPWORKSTACKSIZE,
|
||||
|
||||
@@ -197,7 +197,7 @@ int work_lpstart(void)
|
||||
|
||||
/* Start the low-priority, kernel mode worker thread(s) */
|
||||
|
||||
svdbg("Starting low-priority kernel worker thread(s)\n");
|
||||
sinfo("Starting low-priority kernel worker thread(s)\n");
|
||||
|
||||
for (wndx = 0; wndx < CONFIG_SCHED_LPNTHREADS; wndx++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user