mem: fix some log issue in src/slab.c
This commit is contained in:
parent
fd3f603b27
commit
d87f30cf21
|
@ -810,7 +810,7 @@ void rt_slab_free(rt_slab_t m, void *ptr)
|
||||||
{
|
{
|
||||||
struct rt_slab_zone **pz;
|
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);
|
(rt_ubase_t)z, z->z_zoneindex);
|
||||||
|
|
||||||
/* remove zone from zone array list */
|
/* remove zone from zone array list */
|
||||||
|
|
Loading…
Reference in New Issue