[KERNEL32] Silence a DPRINT.

svn path=/trunk/; revision=66683
This commit is contained in:
Amine Khaldi
2015-03-14 10:59:40 +00:00
parent d534d99907
commit 7236b07eec
+4 -4
View File
@@ -406,10 +406,10 @@ QueryActCtxW(IN DWORD dwFlags,
}
/* Now call the native API */
DPRINT1("SXS: %s() Calling Native API with Native Flags %lx for Win32 Flags %lx\n",
__FUNCTION__,
NativeFlags,
dwFlags);
DPRINT("SXS: %s() Calling Native API with Native Flags %lx for Win32 Flags %lx\n",
__FUNCTION__,
NativeFlags,
dwFlags);
Status = RtlQueryInformationActivationContext(NativeFlags,
hActCtx,
pvSubInstance,