Author: tfaber Date: Sun Oct 18 06:31:20 2015 New Revision: 69584
URL: http://svn.reactos.org/svn/reactos?rev=69584&view=rev Log: [BUGCODES] - Correct broken bug check code entry aka fix build
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/mc/bugcodes... ============================================================================== --- trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] (original) +++ trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] Sun Oct 18 06:31:20 2015 @@ -1515,7 +1515,8 @@ Facility=System SymbolicName=IMPERSONATING_WORKER_THREAD Language=English -A work queue item terminated without properly restoring its impersonation level. +A worker thread is impersonating another process. The work item forgot to +disable impersonation before it returned. .
MessageId=0xE0 @@ -1662,10 +1663,9 @@ MessageId=0xFA Severity=Success Facility=System -SymbolicName=IMPERSONATING_WORKER_THREAD -Language=English -A worker thread is impersonating another process. The work item forgot to -disable impersonation before it returned. +SymbolicName=HTTP_DRIVER_CORRUPTED +Language=English +Corruption was detected in the HTTP kernel driver. .
MessageId=0xFC