mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Silence confusing debug message
svn path=/trunk/; revision=6826
This commit is contained in:
parent
f495637b1f
commit
31c9e79de0
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: dc.c,v 1.103 2003/11/26 22:24:04 gvg Exp $
|
/* $Id: dc.c,v 1.104 2003/11/30 18:55:57 gvg Exp $
|
||||||
*
|
*
|
||||||
* DC.C - Device context functions
|
* DC.C - Device context functions
|
||||||
*
|
*
|
||||||
|
@ -425,8 +425,8 @@ SetupDevMode(PDEVMODEW DevMode)
|
||||||
NULL);
|
NULL);
|
||||||
if (! NT_SUCCESS(Status))
|
if (! NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("RtlQueryRegistryValues for %S failed with status 0x%08x\n",
|
DPRINT("RtlQueryRegistryValues for %S failed with status 0x%08x\n",
|
||||||
ProfilePath, Status);
|
ProfilePath, Status);
|
||||||
Valid = FALSE;
|
Valid = FALSE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue