mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
Removed PriorityBoost from DPRINT at IoSecondStageCompletion, since there is no priority boost in this func
svn path=/trunk/; revision=11634
This commit is contained in:
parent
0745f5a9ae
commit
32333d3280
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ IoSecondStageCompletion(
|
|||
IoStack = (PIO_STACK_LOCATION)(Irp+1) + Irp->CurrentLocation;
|
||||
DeviceObject = IoStack->DeviceObject;
|
||||
|
||||
DPRINT("IoSecondStageCompletion(Irp %x, PriorityBoost %d, MajorFunction %x)\n", Irp, PriorityBoost, IoStack->MajorFunction);
|
||||
DPRINT("IoSecondStageCompletion(Irp %x, MajorFunction %x)\n", Irp, IoStack->MajorFunction);
|
||||
|
||||
switch (IoStack->MajorFunction)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue