From d87f30cf21c74b380ec394fd896c1dcea5a2968b Mon Sep 17 00:00:00 2001 From: CrazyJhq <663959631@qq.com> Date: Mon, 19 Aug 2024 06:33:52 +0800 Subject: [PATCH] mem: fix some log issue in src/slab.c --- src/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slab.c b/src/slab.c index 18f3048b65..b1e2971b2e 100644 --- a/src/slab.c +++ b/src/slab.c @@ -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 */