Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update warning message.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 22 Sep 2021 08:20:32 +0000 (10:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 22 Sep 2021 12:55:25 +0000 (14:55 +0200)
src/s4u/s4u_Engine.cpp

index 30c6367..7f74eef 100644 (file)
@@ -505,7 +505,7 @@ int simgrid_get_actor_count() // XBT_ATTRIB_DEPRECATED_v330
 void simgrid_set_maestro(void (*code)(void*), void* data)
 {
 #ifdef _WIN32
-  XBT_INFO("WARNING, SIMIX_set_maestro is believed to not work on windows. Please help us investigating this issue if "
+  XBT_WARN("simgrid_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);