소스 검색

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

CrazyJhq 8 달 전
부모
커밋
d87f30cf21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/slab.c

+ 1 - 1
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 */