Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Should be debug
[simgrid.git] / src / surf / network.c
index f8c22b0..6c37f1e 100644 (file)
@@ -200,6 +200,7 @@ static void *net_create_resource(const char *name,
     lmm_constraint_shared(nw_link->lmm_resource.constraint);
 
   xbt_lib_set(link_lib, name, SURF_LINK_LEVEL, nw_link);
+  XBT_DEBUG("Create link '%s'",name);
 
   return nw_link;
 }