[ros-dev] [ros-diffs] [ekohl] 45637: [SERVICES] Disable a number of debug messages in the service manager.
Eric Kohl
eric.kohl at t-online.de
Mon Feb 22 19:04:01 CET 2010
Aleksey Bragin wrote:
>
> On Feb 20, 2010, at 11:52 PM, ekohl at 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
More information about the Ros-dev
mailing list