Aleksey Bragin wrote:
On Feb 20, 2010, at 11:52 PM, ekohl@svn.reactos.org wrote:
Author: ekohl Date: Sat Feb 20 21:52:14 2010 New Revision: 45637
URL: http://svn.reactos.org/svn/reactos?rev=45637&view=rev Log: [SERVICES] Disable a number of debug messages in the service manager.
DPRINT1("RpcServerUseProtseqEpW() failed (Status %lx)\n",Status);
DPRINT("RpcServerUseProtseqEpW() failed (Status %lx)\n",Status);
DPRINT1("RpcServerRegisterIf() failed (Status %lx)\n", Status);
DPRINT("RpcServerRegisterIf() failed (Status %lx)\n", Status);..etc
Why disable critical failures notifications? Or they are not so critical?
Ooops! These should not have been part of the patch...
Regards Eric