mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -262,7 +262,7 @@ int mod_findsection(FAR struct mod_loadinfo_s *loadinfo,
|
||||
|
||||
/* Check if the name of this section is 'sectname' */
|
||||
|
||||
svdbg("%d. Comparing \"%s\" and .\"%s\"\n",
|
||||
sinfo("%d. Comparing \"%s\" and .\"%s\"\n",
|
||||
i, loadinfo->iobuffer, sectname);
|
||||
|
||||
if (strcmp((FAR const char *)loadinfo->iobuffer, sectname) == 0)
|
||||
|
||||
Reference in New Issue
Block a user