Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a name() to all F2C objects.
[simgrid.git] / src / smpi / internals / smpi_utils.cpp
index 062ff2d..791bf56 100644 (file)
@@ -156,7 +156,7 @@ void print_memory_analysis()
         if (xbt_log_no_loc) {
           XBT_WARN("Leaked handle of type %s", boost::core::demangle(typeid(*p.second).name()).c_str());
         } else {
-          XBT_WARN("Leaked handle of type %s at %p", boost::core::demangle(typeid(*p.second).name()).c_str(), p.second);
+          XBT_WARN("Leaked handle of type %s at %p", p.second->name().c_str(), p.second);
         }
       }
       if (truncate)