fix a dprint

svn path=/trunk/; revision=59874
This commit is contained in:
Alex Ionescu 2013-08-29 17:44:34 +00:00
parent 4a3ceaec30
commit 8ed6af6f2a

View file

@ -390,7 +390,9 @@ QueryActCtxW(IN DWORD dwFlags,
/* More than one flag is set... */
default:
/* Bail out */
DPRINT1("SXS: %s(dwFlags=0x%lx) more than one flag in 0x%lx was passed\n", 0x1C);
DPRINT1("SXS: %s(dwFlags=0x%lx) more than one flag in 0x%lx was passed\n",
__FUNCTION__,
0x1C);
BaseSetLastNTError(STATUS_INVALID_PARAMETER_1);
return FALSE;
}