X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d33adbc16791892e7f530e14ac14d6d373c4f0b..d3d508eff04c525b346d8ad648b6661d2783b827:/examples/s4u/dht-chord/node.cpp?ds=sidebyside diff --git a/examples/s4u/dht-chord/node.cpp b/examples/s4u/dht-chord/node.cpp index 6ce9d5c09c..d8206939bb 100644 --- a/examples/s4u/dht-chord/node.cpp +++ b/examples/s4u/dht-chord/node.cpp @@ -392,7 +392,7 @@ void Node::remoteNotify(int notify_id, int predecessor_candidate_id) simgrid::s4u::this_actor::isend(mailbox, message, 10); } catch (xbt_ex& e) { if (e.category == timeout_error) { - XBT_DEBUG("Send of 'Notify' failed due du an expired timeout on receiver side"); + XBT_DEBUG("Send of 'Notify' failed due to an expired timeout on receiver side"); delete message; } }