[KBDCLASS][MOUCLASS]

- Demote an assertion into a warning

svn path=/trunk/; revision=55752
This commit is contained in:
Cameron Gutman 2012-02-20 12:08:35 +00:00
parent 9a4a85968d
commit e321ae7ab1
2 changed files with 2 additions and 4 deletions

View file

@ -749,8 +749,7 @@ ClassCancelRoutine(
}
else
{
/* Hm, this shouldn't happen */
ASSERT(FALSE);
DPRINT1("Cancelled IRP is not pending. Race condition?\n");
}
}

View file

@ -725,8 +725,7 @@ ClassCancelRoutine(
}
else
{
/* Hm, this shouldn't happen */
ASSERT(FALSE);
DPRINT1("Cancelled IRP is not pending. Race condition?\n");
}
}