[ros-diffs] [gvg] 20502: Silence debug message

gvg at svn.reactos.org gvg at svn.reactos.org
Sun Jan 1 12:35:13 CET 2006


Silence debug message
Modified: trunk/reactos/lib/rtl/env.c
  _____  

Modified: trunk/reactos/lib/rtl/env.c
--- trunk/reactos/lib/rtl/env.c	2006-01-01 10:40:23 UTC (rev 20501)
+++ trunk/reactos/lib/rtl/env.c	2006-01-01 11:34:59 UTC (rev 20502)
@@ -567,7 +567,7 @@

    if (SysEnvUsed == TRUE)
       RtlReleasePebLock();
 
-   DPRINT1("Return STATUS_VARIABLE_NOT_FOUND: %wZ\n", Name);
+   DPRINT("Return STATUS_VARIABLE_NOT_FOUND: %wZ\n", Name);
    return(STATUS_VARIABLE_NOT_FOUND);
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060101/f47d85fb/attachment.html


More information about the Ros-diffs mailing list