mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -72,7 +72,7 @@ int net_checksd(int sd, int oflags)
|
||||
|
||||
if (!psock || psock->s_crefs <= 0)
|
||||
{
|
||||
nvdbg("No valid socket for sd: %d\n", sd);
|
||||
ninfo("No valid socket for sd: %d\n", sd);
|
||||
return -EBADF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user