New error msg.

date	99.08.10.21.41.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:00:40 +00:00
parent 3d128659d3
commit f8d5d908b3

View File

@ -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;