Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
verbose message about the type of context factory activated
[simgrid.git] / src / simix / smx_context_thread.c
index b2ec07573e8c210646f2efce973ed2ee4e2d55ef..6038730a419724d5c8a9d2bc99c2f478964e0c02 100644 (file)
@@ -42,6 +42,7 @@ static void *smx_ctx_thread_wrapper(void *param);
 void SIMIX_ctx_thread_factory_init(smx_context_factory_t * factory)
 {
   smx_ctx_base_factory_init(factory);
+  VERB0("Activating thread context factory");
 
   (*factory)->create_context = smx_ctx_thread_factory_create_context;
   /* Do not overload that method (*factory)->finalize */