mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[msfs] Silence debug print
svn path=/trunk/; revision=44535
This commit is contained in:
parent
f2c17ae4f5
commit
e7d4a5ccc7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue