X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/dad7be6bee684505c05fae88ff0c89a02db422eb..a2555a351393901a2e5398707e473cb062eed578:/loba_fairstrategy.cpp diff --git a/loba_fairstrategy.cpp b/loba_fairstrategy.cpp index a9f8e60..98b42cd 100644 --- a/loba_fairstrategy.cpp +++ b/loba_fairstrategy.cpp @@ -28,7 +28,7 @@ void loba_fairstrategy::load_balance() if (pneigh[i]->get_load() <= get_load() - 2 * delta) { found = true; send(pneigh[i], delta); - DEBUG1("sent to %s", pneigh[i]->get_name()); + XBT_DEBUG("sent to %s", pneigh[i]->get_name()); } } }