mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[KBDCLASS][MOUCLASS]
- Demote an assertion into a warning svn path=/trunk/; revision=55752
This commit is contained in:
@@ -749,8 +749,7 @@ ClassCancelRoutine(
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Hm, this shouldn't happen */
|
||||
ASSERT(FALSE);
|
||||
DPRINT1("Cancelled IRP is not pending. Race condition?\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -725,8 +725,7 @@ ClassCancelRoutine(
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Hm, this shouldn't happen */
|
||||
ASSERT(FALSE);
|
||||
DPRINT1("Cancelled IRP is not pending. Race condition?\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user