mem: fix some log issue in src/slab.c

This commit is contained in:
CrazyJhq 2024-08-19 06:33:52 +08:00 committed by GitHub
parent fd3f603b27
commit d87f30cf21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ void rt_slab_free(rt_slab_t m, void *ptr)
{
struct rt_slab_zone **pz;
LOG_D("free zone 0x%x",
LOG_D("free zone %#x, zoneindex %d",
(rt_ubase_t)z, z->z_zoneindex);
/* remove zone from zone array list */