mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user