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:
@@ -68,7 +68,7 @@ static bool pthread_notifywaiters(FAR struct join_s *pjoin)
|
||||
int ntasks_waiting;
|
||||
int status;
|
||||
|
||||
svdbg("pjoin=0x%p\n", pjoin);
|
||||
sinfo("pjoin=0x%p\n", pjoin);
|
||||
|
||||
/* Are any tasks waiting for our exit value? */
|
||||
|
||||
@@ -205,7 +205,7 @@ int pthread_completejoin(pid_t pid, FAR void *exit_value)
|
||||
FAR struct task_group_s *group = task_getgroup(pid);
|
||||
FAR struct join_s *pjoin;
|
||||
|
||||
svdbg("pid=%d exit_value=%p group=%p\n", pid, exit_value, group);
|
||||
sinfo("pid=%d exit_value=%p group=%p\n", pid, exit_value, group);
|
||||
DEBUGASSERT(group);
|
||||
|
||||
/* First, find thread's structure in the private data set. */
|
||||
|
||||
Reference in New Issue
Block a user