stos: pool: Use Pool->Id instead of PoolCount

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-24 17:00:56 +00:00
parent 05c4c0b059
commit d3adef547d
+1 -1
View File
@@ -239,7 +239,7 @@ ExPoolInit(MEMORY_POOL *Pool)
} }
} }
DTRACE("brought up %d levels for pool #%d : ok\n", LEVEL_COUNT, PoolCount); DTRACE("brought up %d levels for pool #%d : ok\n", LEVEL_COUNT, Pool->Id);
++PoolCount; ++PoolCount;
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }