X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/423d7030351c36ce3407ddcb943413bb8961712c..c619e9d16e3061f1d05b187d80bc65eb578fb868:/src/instr/instr_private.hpp diff --git a/src/instr/instr_private.hpp b/src/instr/instr_private.hpp index f31fd92d8c..153996b73d 100644 --- a/src/instr/instr_private.hpp +++ b/src/instr/instr_private.hpp @@ -131,9 +131,7 @@ public: std::string print() override { std::stringstream stream; - stream << getName() << " "; - if (endpoint >= 0) - stream << endpoint << " "; + stream << getName() << " " << endpoint << " "; stream << tag << " " << send_size << " " << send_type; return stream.str(); }