mirror of
https://github.com/apache/nuttx.git
synced 2026-09-05 08:32:59 +00:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
parent
3a74a438d9
commit
fc3540cffe
845 changed files with 5817 additions and 5817 deletions
|
|
@ -363,7 +363,7 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd,
|
|||
FAR struct net_driver_s *dev;
|
||||
int ret = -EINVAL;
|
||||
|
||||
nvdbg("cmd: %d\n", cmd);
|
||||
ninfo("cmd: %d\n", cmd);
|
||||
|
||||
/* Execute the command */
|
||||
|
||||
|
|
@ -769,7 +769,7 @@ static int netdev_imsfioctl(FAR struct socket *psock, int cmd,
|
|||
FAR struct net_driver_s *dev;
|
||||
int ret = -EINVAL;
|
||||
|
||||
nvdbg("cmd: %d\n", cmd);
|
||||
ninfo("cmd: %d\n", cmd);
|
||||
|
||||
/* Execute the command */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue