- Silence badly placed debug message. DPRINT1 equals FIXME and ERR, but not TRACE!

svn path=/trunk/; revision=29374
This commit is contained in:
Aleksey Bragin 2007-10-03 12:01:13 +00:00
parent a68ed2f38a
commit d3048bf9fd

View file

@ -1505,8 +1505,8 @@ UserSystemParametersInfo_StructSet(
{ {
NTSTATUS Status = STATUS_SUCCESS; NTSTATUS Status = STATUS_SUCCESS;
/* remove this when all spi are implement */ DPRINT("UserSystemParametersInfo_StructSet SPI Action 0x%x (uiParam: 0x%x, fWinIni: 0x%x)\n",
DPRINT1("UserSystemParametersInfo_StructSet SPI Action 0x%x (uiParam: 0x%x, fWinIni: 0x%x)\n",uiAction, uiParam, fWinIni); uiAction, uiParam, fWinIni);
_SEH_TRY _SEH_TRY
{ {