X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/934c7199cc463b3ec279ca0bf4091db8c9593916..d3d508eff04c525b346d8ad648b6661d2783b827:/examples/s4u/dht-chord/node.cpp 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; } }