stos: pool: Use Pool->Id instead of PoolCount
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user