mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Disable debugging message.
svn path=/trunk/; revision=12732
This commit is contained in:
parent
e6f2a2f607
commit
724fce9fd9
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: reginf.c,v 1.8 2004/12/30 16:02:12 royce Exp $
|
||||
/* $Id$
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS hive maker
|
||||
* FILE: tools/mkhive/reginf.h
|
||||
|
@ -298,7 +298,7 @@ do_reg_operation(HKEY KeyHandle,
|
|||
{
|
||||
ULONG dw = Str ? strtoul (Str, NULL, 0) : 0;
|
||||
|
||||
DPRINT1("setting dword %s to %lx\n", ValueName, dw);
|
||||
DPRINT("setting dword %s to %lx\n", ValueName, dw);
|
||||
|
||||
RegSetValue (KeyHandle,
|
||||
ValueName,
|
||||
|
@ -308,7 +308,7 @@ do_reg_operation(HKEY KeyHandle,
|
|||
}
|
||||
else
|
||||
{
|
||||
DPRINT1 ("setting value %s to %s\n", ValueName, Str);
|
||||
DPRINT("setting value %s to %s\n", ValueName, Str);
|
||||
|
||||
if (Str)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue