remove debug message Modified: trunk/reactos/ntoskrnl/ob/namespc.c _____
Modified: trunk/reactos/ntoskrnl/ob/namespc.c --- trunk/reactos/ntoskrnl/ob/namespc.c 2005-05-25 00:04:12 UTC (rev 15489) +++ trunk/reactos/ntoskrnl/ob/namespc.c 2005-05-25 01:49:50 UTC (rev 15490) @@ -570,7 +570,7 @@
Tag[3] = TypeName->Buffer[3];
/* Set Tag */ - DPRINT1("Convert: %s \n", Tag); + DPRINT("Convert: %s \n", Tag); LocalObjectType->Key = *(PULONG)Tag; }