mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 22:39:17 +03:00
New error msg.
date 99.08.10.21.41.00; author rmoore1; state Exp;
This commit is contained in:
parent
3d128659d3
commit
f8d5d908b3
@ -369,7 +369,10 @@ CmDeleteElementFromAllocList (
|
||||
else
|
||||
{
|
||||
_REPORT_ERROR (Module, Line, Component,
|
||||
"_CmFree: Reached the end of the list without finding the entry.");
|
||||
"_CmFree: Entry not found in list");
|
||||
DEBUG_PRINT (TRACE_ALLOCATIONS,
|
||||
("_CmFree: Entry %p was not found in allocation list\n", Address));
|
||||
|
||||
}
|
||||
|
||||
FUNCTION_EXIT;
|
||||
|
Loading…
Reference in New Issue
Block a user