mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Also display status when we fail
svn path=/trunk/; revision=36028
This commit is contained in:
@@ -811,7 +811,7 @@ NdisMRegisterInterrupt(
|
||||
return NDIS_STATUS_RESOURCE_CONFLICT;
|
||||
}
|
||||
|
||||
NDIS_DbgPrint(MIN_TRACE, ("Function failed\n"));
|
||||
NDIS_DbgPrint(MIN_TRACE, ("Function failed. Status (0x%X).\n", Status));
|
||||
return NDIS_STATUS_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user