mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user