Replace all occurrences of vdbg with vinfo

This commit is contained in:
Gregory Nutt
2016-06-11 11:59:51 -06:00
parent 3a74a438d9
commit fc3540cffe
845 changed files with 5817 additions and 5817 deletions
+2 -2
View File
@@ -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. */