Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 10 Feb 2014 13:58:23 +0000 (14:58 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 10 Feb 2014 14:27:17 +0000 (15:27 +0100)
src/simix/smx_network.c

index ab44443..01e8636 100644 (file)
@@ -949,7 +949,7 @@ void SIMIX_post_comm(smx_action_t action)
     action->state = SIMIX_DST_HOST_FAILURE;
   else if (action->comm.surf_comm &&
          surf_action_get_state(action->comm.surf_comm) == SURF_ACTION_FAILED) {
-    XBT_DEBUG("Puta madre. Surf says that the link broke");
+    XBT_DEBUG("Puta madre. Surf says that the link broken");
     action->state = SIMIX_LINK_FAILURE;
   } else
     action->state = SIMIX_DONE;