mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Added CmFormatException
date 2000.03.21.21.56.00; author rmoore1; state Exp;
This commit is contained in:
parent
ca70ac0eb3
commit
67c2317ba7
@ -347,7 +347,7 @@ FunctionStatusExit (
|
||||
{
|
||||
DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS,
|
||||
" %2.2ld Exiting Function: %s, %s\n",
|
||||
Gbl_NestingLevel, FunctionName, Gbl_ExceptionNames[Status]);
|
||||
Gbl_NestingLevel, FunctionName, CmFormatException (Status));
|
||||
}
|
||||
|
||||
Gbl_NestingLevel--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user