X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34583def1c54827e97619e88ab9a7f2916a6c2b0..d07491b881cc0dd542507d598e1099f178b79c59:/src/instr/instr_paje_types.cpp?ds=sidebyside diff --git a/src/instr/instr_paje_types.cpp b/src/instr/instr_paje_types.cpp index 9fb43d720c..c08aea0b05 100644 --- a/src/instr/instr_paje_types.cpp +++ b/src/instr/instr_paje_types.cpp @@ -23,7 +23,7 @@ Type::Type(std::string name, std::string alias, std::string color, Type* father) if (father != nullptr){ father->children_.insert({std::move(alias), this}); - XBT_DEBUG("new type %s, child of %s", name_.c_str(), father->get_cname()); + XBT_DEBUG("new type %s, child of %s", get_cname(), father->get_cname()); } if (trace_format == simgrid::instr::TraceFormat::Paje) { stream_ << std::fixed << std::setprecision(TRACE_precision());