mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Add name of parameter to error message coming out of MemoryManager_restrore_stls #382
Printing the name now.
This commit is contained in:
parent
90a26ab7c7
commit
2450f51781
@ -58,7 +58,7 @@ void Trick::MemoryManager::restore_stls_in_class( std::string name, char* addres
|
||||
}
|
||||
|
||||
if (attr == NULL) {
|
||||
std::cerr << "ERROR: Trick::MemoryManager::restore_stls called with attr = NULL." << std::endl;
|
||||
std::cerr << "ERROR: Trick::MemoryManager::restore_stls called with name = " << name << " and attr = NULL." << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user