]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_host.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix error message
[simgrid.git] / src / simix / smx_host.c
index 0ee1ee8c48a3b7af8fc482977c484d6d8a8cd2e9..83c4cf78f8866220984826ec0cbf503be465746b 100644 (file)
@@ -463,7 +463,7 @@ smx_action_t SIMIX_host_execute(const char *name,
     }
   }
 
-  XBT_DEBUG("Create execute action %p", action);
+  XBT_DEBUG("Create execute action %p: %s", action, action->name);
 
   return action;
 }