Disable debugging message.
Modified: trunk/reactos/tools/mkhive/reginf.c
_____
Modified: trunk/reactos/tools/mkhive/reginf.c
--- trunk/reactos/tools/mkhive/reginf.c 2005-01-02 19:14:52 UTC (rev
12731)
+++ trunk/reactos/tools/mkhive/reginf.c 2005-01-02 19:27:53 UTC (rev
12732)
@@ -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 @@
{
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 @@
}
else
{
- DPRINT1 ("setting value %s to %s\n", ValueName, Str);
+ DPRINT("setting value %s to %s\n", ValueName, Str);
if (Str)
{