mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:15:42 +00:00
- Silence badly placed debug message. DPRINT1 equals FIXME and ERR, but not TRACE!
svn path=/trunk/; revision=29374
This commit is contained in:
parent
a68ed2f38a
commit
d3048bf9fd
1 changed files with 2 additions and 2 deletions
|
@ -1505,8 +1505,8 @@ UserSystemParametersInfo_StructSet(
|
|||
{
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
/* remove this when all spi are implement */
|
||||
DPRINT1("UserSystemParametersInfo_StructSet SPI Action 0x%x (uiParam: 0x%x, fWinIni: 0x%x)\n",uiAction, uiParam, fWinIni);
|
||||
DPRINT("UserSystemParametersInfo_StructSet SPI Action 0x%x (uiParam: 0x%x, fWinIni: 0x%x)\n",
|
||||
uiAction, uiParam, fWinIni);
|
||||
|
||||
_SEH_TRY
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue