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
+1 -1
View File
@@ -93,7 +93,7 @@ static uint16_t tcp_poll_interrupt(FAR struct net_driver_s *dev, FAR void *conn,
{
FAR struct tcp_poll_s *info = (FAR struct tcp_poll_s *)pvpriv;
nllvdbg("flags: %04x\n", flags);
nllinfo("flags: %04x\n", flags);
DEBUGASSERT(!info || (info->psock && info->fds));