still have to correct some of the displayed information
stream_ << " " << value_ << " " << endpoint_->get_id() << " " << key_;
- if (TRACE_display_sizes())
+ if (TRACE_display_sizes() && size_ != -1)
stream_ << " " << size_;
XBT_DEBUG("Dump %s", stream_.str().c_str());
stream_ << " " << value->get_id();
if (TRACE_display_sizes())
- stream_ << " " << ((extra_ != nullptr) ? extra_->display_size() : "0");
+ stream_ << " " << ((extra_ != nullptr) ? extra_->display_size() : "");
#if HAVE_SMPI
if (simgrid::config::get_value<bool>("smpi/trace-call-location")) {