mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
Change bugcheck parameter to easily find out which SESSION5_INITIALIZATION_FAILED
bugcheck occurred svn path=/trunk/; revision=9254
This commit is contained in:
parent
afb4fdb6f1
commit
d25a045798
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: main.c,v 1.185 2004/03/15 21:10:34 hbirr Exp $
|
/* $Id: main.c,v 1.186 2004/04/30 20:49:39 gvg Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/ke/main.c
|
* FILE: ntoskrnl/ke/main.c
|
||||||
|
@ -787,7 +787,7 @@ ExpInitializeExecutive(VOID)
|
||||||
&Timeout);
|
&Timeout);
|
||||||
if (Status != STATUS_TIMEOUT)
|
if (Status != STATUS_TIMEOUT)
|
||||||
{
|
{
|
||||||
KEBUGCHECKEX(SESSION5_INITIALIZATION_FAILED, Status, 0, 0, 0);
|
KEBUGCHECKEX(SESSION5_INITIALIZATION_FAILED, Status, 1, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue