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:
@@ -174,7 +174,7 @@ void apb_free(FAR struct ap_buffer_s *apb)
|
||||
|
||||
if (refcount <= 1)
|
||||
{
|
||||
audvdbg("Freeing %p\n", apb);
|
||||
audinfo("Freeing %p\n", apb);
|
||||
lib_ufree(apb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user