From d105f94a1512ae0528178dc4292b7d421ae3c039 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 22 Sep 2021 10:20:32 +0200 Subject: [PATCH] Update warning message. --- src/s4u/s4u_Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s4u/s4u_Engine.cpp b/src/s4u/s4u_Engine.cpp index 30c6367300..7f74eefa41 100644 --- a/src/s4u/s4u_Engine.cpp +++ b/src/s4u/s4u_Engine.cpp @@ -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); -- 2.20.1