X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9c51ec738ba10666fb0b5c79b23fb19c80aaae7..8eb0cf0b6993e174df58607e9492a134b85a4669:/src/simix/smx_global.cpp?ds=sidebyside diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index bfb56d5f0f..dd161f1117 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -177,7 +177,7 @@ XBT_PUBLIC(void) set_maestro(std::function code) void SIMIX_set_maestro(void (*code)(void*), void* data) { #ifdef _WIN32 - INFO("WARNING, SIMIX_set_maestro is believed to not work on windows. Please help us investigating this issue if you need that feature"); + XBT_INFO("WARNING, SIMIX_set_maestro is believed to not work on windows. Please help us investigating this issue if you need that feature"); #endif maestro_code = std::bind(code, data); }