mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[NDIS]
- Print status code in case MiniportInitialize fails CORE-11073 svn path=/trunk/; revision=71105
This commit is contained in:
parent
88a13bc297
commit
17943c3f75
1 changed files with 1 additions and 1 deletions
|
@ -2100,7 +2100,7 @@ NdisIPnPStartDevice(
|
|||
|
||||
if (NdisStatus != NDIS_STATUS_SUCCESS)
|
||||
{
|
||||
NDIS_DbgPrint(MIN_TRACE, ("MiniportInitialize() failed for an adapter.\n"));
|
||||
NDIS_DbgPrint(MIN_TRACE, ("MiniportInitialize() failed for an adapter (%lx).\n", NdisStatus));
|
||||
ExInterlockedRemoveEntryList( &Adapter->ListEntry, &AdapterListLock );
|
||||
if (Adapter->NdisMiniportBlock.Interrupt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue