mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 06:51:20 +00:00
- Bump some Lsa debug messages from FIXME to TRACE, to prevent debug log spamming (their importance is rather low right now).
svn path=/trunk/; revision=32520
This commit is contained in:
parent
19d6003deb
commit
ed6ebdede8
1 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ LsaLookupSids(
|
|||
PLSA_REFERENCED_DOMAIN_LIST LocalDomains;
|
||||
PLSA_TRANSLATED_NAME LocalNames;
|
||||
|
||||
FIXME("(%p,%u,%p,%p,%p) stub\n", PolicyHandle, Count, Sids,
|
||||
TRACE("(%p,%u,%p,%p,%p) stub\n", PolicyHandle, Count, Sids,
|
||||
ReferencedDomains, Names);
|
||||
|
||||
WARN("LsaLookupSids(): stub. Always returning 'Administrator'\n");
|
||||
|
@ -377,7 +377,7 @@ LsaOpenPolicy(
|
|||
IN ACCESS_MASK DesiredAccess,
|
||||
IN OUT PLSA_HANDLE PolicyHandle)
|
||||
{
|
||||
FIXME("(%s,%p,0x%08x,%p) stub\n",
|
||||
TRACE("(%s,%p,0x%08x,%p) stub\n",
|
||||
SystemName?debugstr_w(SystemName->Buffer):"(null)",
|
||||
ObjectAttributes, DesiredAccess, PolicyHandle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue