diff --git a/trick_source/sim_services/MemoryManager/MemoryManager_restore_stls.cpp b/trick_source/sim_services/MemoryManager/MemoryManager_restore_stls.cpp index 8148e7ab..fe849792 100644 --- a/trick_source/sim_services/MemoryManager/MemoryManager_restore_stls.cpp +++ b/trick_source/sim_services/MemoryManager/MemoryManager_restore_stls.cpp @@ -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; }