Add name of parameter to error message coming out of MemoryManager_restrore_stls #382

Printing the name now.
This commit is contained in:
Alex Lin 2017-02-15 08:58:20 -06:00
parent 90a26ab7c7
commit 2450f51781

View File

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