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
@@ -109,7 +109,7 @@ static void exec_ctors(FAR void *arg)
for (i = 0; i < binp->nctors; i++)
{
bvdbg("Calling ctor %d at %p\n", i, (FAR void *)ctor);
binfo("Calling ctor %d at %p\n", i, (FAR void *)ctor);
(*ctor)();
ctor++;
@@ -155,7 +155,7 @@ int exec_module(FAR const struct binary_s *binp)
}
#endif
bvdbg("Executing %s\n", binp->filename);
binfo("Executing %s\n", binp->filename);
/* Allocate a TCB for the new task. */