mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +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,
|
||||
|
||||
Reference in New Issue
Block a user