diff --git a/paw/stos/ex/pool.c b/paw/stos/ex/pool.c index d7ca1ce..7c73f7b 100644 --- a/paw/stos/ex/pool.c +++ b/paw/stos/ex/pool.c @@ -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; return STATUS_SUCCESS; }