X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/4da1006c68289d1096fa531e7670261fa04e8116..c86e5ff42db3495538c8b48cb7ea0943a13702b7:/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()); } } }