From: Martin Quinson Date: Fri, 16 Jun 2017 21:22:50 +0000 (+0200) Subject: improve an error message X-Git-Tag: v3.16~74 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ea6f5dcdd4d927f5912a9b59dfb5b6f023efb7d9 improve an error message --- diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index c9e3c5dd52..75db20ec2e 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -648,7 +648,7 @@ simgrid::s4u::NetZone* sg_platf_new_AS_begin(sg_platf_AS_cbarg_t AS) if (current_routing == nullptr) { /* it is the first one */ xbt_assert(simgrid::s4u::Engine::instance()->pimpl->netRoot_ == nullptr, - "All defined components must belong to a AS"); + "All defined components must belong to a networking zone."); simgrid::s4u::Engine::instance()->pimpl->netRoot_ = new_as; } else {