[CMLIB]: Demote the DPRINT1 saying that we leak the security block descriptor to a DPRINT. People (Alex & me) working on cmlib already know this. "Fixes" timeout problems of the testbots due to spamming this dprint.

svn path=/trunk/; revision=70674
This commit is contained in:
Hermès Bélusca-Maïto 2016-02-01 23:10:38 +00:00
parent db453b5b54
commit f9e7ff40dc

View file

@ -215,7 +215,7 @@ CmpFreeKeyByCell(IN PHHIVE Hive,
}
/* FIXME: This leaks the security desriptor! */
DPRINT1("Potentially leaking key security descriptor. Please call CmpFreeSecurityDescriptor\n");
DPRINT("Potentially leaking key security descriptor. Please call CmpFreeSecurityDescriptor\n");
/* Free the key body itself, and then return our status */
if (!CmpFreeKeyBody(Hive, Cell)) return STATUS_INSUFFICIENT_RESOURCES;