mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 21:22:24 +00:00
- Fix debug message.
svn path=/trunk/; revision=11259
This commit is contained in:
parent
33b2ec789a
commit
1d16f49bbf
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ NdisIStartAdapter(
|
|||
KEY_ALL_ACCESS, &RegKeyHandle);
|
||||
if(Status != STATUS_SUCCESS)
|
||||
{
|
||||
NDIS_DbgPrint(MIN_TRACE,("failed to open adapter-specific reg key %wZ\n", &RegKeyPathU));
|
||||
NDIS_DbgPrint(MIN_TRACE,("failed to open adapter-specific reg key\n"));
|
||||
ExFreePool(Adapter);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue