mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[msfs] Silence debug print
svn path=/trunk/; revision=44535
This commit is contained in:
@@ -303,7 +303,7 @@ MsfsClose(PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
if (Fcb->ReferenceCount == 0)
|
||||
{
|
||||
DPRINT1("ReferenceCount == 0: Deleting mailslot data\n");
|
||||
DPRINT("ReferenceCount == 0: Deleting mailslot data\n");
|
||||
RemoveEntryList(&Fcb->FcbListEntry);
|
||||
ExFreePool(Fcb->Name.Buffer);
|
||||
ExFreePool(Fcb);
|
||||
|
||||
Reference in New Issue
Block a user