File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1917,7 +1917,7 @@ IopLoadUnloadDriver(PLOAD_UNLOAD_PARAMS LoadParams)
1917
1917
1918
1918
if (!NT_SUCCESS (Status ))
1919
1919
{
1920
- DPRINT ("IopCreateDeviceNode() failed (Status %lx)\n" , Status );
1920
+ DPRINT1 ("IopCreateDeviceNode() failed (Status %lx)\n" , Status );
1921
1921
MmUnloadSystemImage (ModuleObject );
1922
1922
LoadParams -> Status = Status ;
1923
1923
(VOID )KeSetEvent (& LoadParams -> Event , 0 , FALSE);
@@ -1936,7 +1936,7 @@ IopLoadUnloadDriver(PLOAD_UNLOAD_PARAMS LoadParams)
1936
1936
1937
1937
if (!NT_SUCCESS (Status ))
1938
1938
{
1939
- DPRINT ("IopInitializeDriver() failed (Status %lx)\n" , Status );
1939
+ DPRINT1 ("IopInitializeDriver() failed (Status %lx)\n" , Status );
1940
1940
MmUnloadSystemImage (ModuleObject );
1941
1941
IopFreeDeviceNode (DeviceNode );
1942
1942
LoadParams -> Status = Status ;
Original file line number Diff line number Diff line change @@ -2601,7 +2601,7 @@ IopActionInitChildServices(PDEVICE_NODE DeviceNode,
2601
2601
}
2602
2602
else
2603
2603
{
2604
- DPRINT1 ("IopLoadServiceModule(%wZ) failed with status 0x%08x\n" ,
2604
+ DPRINT ("IopLoadServiceModule(%wZ) failed with status 0x%08x\n" ,
2605
2605
& DeviceNode -> ServiceName , Status );
2606
2606
}
2607
2607
}
You can’t perform that action at this time.
0 commit comments