mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Better debug output
date 99.09.28.22.27.00; author rmoore1; state Exp;
This commit is contained in:
parent
cc4b4b8777
commit
1fe93b6265
@ -338,12 +338,18 @@ FunctionStatusExit (
|
||||
|
||||
if (Status > ACPI_MAX_STATUS)
|
||||
{
|
||||
Status = AE_UNKNOWN_STATUS;
|
||||
DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS,
|
||||
" %2.2d Exiting Function: %s, [Unknown Status] 0x%X\n",
|
||||
Gbl_NestingLevel, FunctionName, Status);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS,
|
||||
" %2.2d Exiting Function: %s, %s\n",
|
||||
Gbl_NestingLevel, FunctionName, Gbl_ExceptionNames[Status]);
|
||||
}
|
||||
|
||||
DebugPrint (ModuleName, LineNumber, ComponentId, TRACE_FUNCTIONS,
|
||||
" %2.2d Exiting Function: %s, %s\n",
|
||||
Gbl_NestingLevel, FunctionName, Gbl_ExceptionNames[Status]);
|
||||
Gbl_NestingLevel--;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user