On Oct 28, 2007, at 5:13 PM, gbrunmar@svn.reactos.org wrote:
- DPRINT("CreateNamedPipeW() done\n");
- DPRINT1("CreateNamedPipeW(%S) done\n", NtControlPipeName);
Success reports should usually remain DPRINT, so that they don't pollute the debug log.
WBR, Aleksey Bragin.