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 3a7ea34..8af1011 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();
 }