Added CmFormatException

date	2000.03.21.21.56.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:07:02 +00:00
parent ca70ac0eb3
commit 67c2317ba7

View File

@ -347,7 +347,7 @@ FunctionStatusExit (
{ {
DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS, DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS,
" %2.2ld Exiting Function: %s, %s\n", " %2.2ld Exiting Function: %s, %s\n",
Gbl_NestingLevel, FunctionName, Gbl_ExceptionNames[Status]); Gbl_NestingLevel, FunctionName, CmFormatException (Status));
} }
Gbl_NestingLevel--; Gbl_NestingLevel--;