Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a verbose message to the Boost contexts
[simgrid.git] / src / simix / BoostContext.cpp
index 3a7ea342f96ec68aef2a8964a5ceb8e8e6c5d035..8af10115c1111b2b6f86c5b08586b3bff316d8fb 100644 (file)
@@ -290,6 +290,7 @@ void BoostParallelContext::resume()
 
 XBT_PRIVATE ContextFactory* boost_factory()
 {
+  XBT_VERB("Using Boost contexts. Welcome to the 21th century.");
   return new BoostContextFactory();
 }