diff --git a/reactos/tools/mkhive/reginf.c b/reactos/tools/mkhive/reginf.c index 37cf98d9df1..73cfd41c3a7 100644 --- a/reactos/tools/mkhive/reginf.c +++ b/reactos/tools/mkhive/reginf.c @@ -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) {