mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 23:06:00 +00:00
Changed DbgPrint to DPRINT.
svn path=/trunk/; revision=21534
This commit is contained in:
parent
a477c01d94
commit
cf23410594
1 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ DiskClassCreateDeviceObject(IN PDRIVER_OBJECT DriverObject,
|
|||
&ObjectAttributes);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DbgPrint("Could not create device dir object\n");
|
||||
DPRINT("Could not create device dir object\n");
|
||||
return(Status);
|
||||
}
|
||||
|
||||
|
@ -511,7 +511,7 @@ DiskClassCreateDeviceObject(IN PDRIVER_OBJECT DriverObject,
|
|||
&PortDeviceObject);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DbgPrint("Could not claim disk device\n");
|
||||
DPRINT("Could not claim disk device\n");
|
||||
|
||||
ZwMakeTemporaryObject(Handle);
|
||||
ZwClose(Handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue