mirror of
https://github.com/apache/nuttx.git
synced 2026-09-26 09:54:24 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -120,7 +120,7 @@ static int load_absmodule(FAR struct binary_s *bin)
|
||||
FAR struct binfmt_s *binfmt;
|
||||
int ret = -ENOENT;
|
||||
|
||||
bvdbg("Loading %s\n", bin->filename);
|
||||
binfo("Loading %s\n", bin->filename);
|
||||
|
||||
/* Disabling pre-emption should be sufficient protection while accessing
|
||||
* the list of registered binary format handlers.
|
||||
@@ -142,7 +142,7 @@ static int load_absmodule(FAR struct binary_s *bin)
|
||||
{
|
||||
/* Successfully loaded -- break out with ret == 0 */
|
||||
|
||||
bvdbg("Successfully loaded module %s\n", bin->filename);
|
||||
binfo("Successfully loaded module %s\n", bin->filename);
|
||||
|
||||
/* Save the unload method for use by unload_module */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user