Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill useless smx_ctx_raw_create_context_sized(), and shut a debug message up
[simgrid.git] / src / simix / smx_network.c
index 08cff55..fb39f8f 100644 (file)
@@ -204,7 +204,7 @@ void SIMIX_comm_destroy(smx_action_t action)
   action->comm.refcount--;
   if (action->comm.refcount > 0)
     return;
-  VERB2("Really free communication %p; refcount is now %d", action,
+  DEBUG2("Really free communication %p; refcount is now %d", action,
         action->comm.refcount);
 
 #ifdef HAVE_TRACING