Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some more cleaning up, commented out INFO logs go to DEBUG
[simgrid.git] / examples / msg / chainsend / common.c
index eefb02d..58da8dc 100644 (file)
@@ -17,7 +17,7 @@ int process_pending_connections(xbt_dynar_t q)
     if (MSG_comm_test(comm)) {
       MSG_comm_destroy(comm);
       status = MSG_comm_get_status(comm);
-      xbt_assert(status == MSG_OK, __FILE__ ": process_pending_connections() failed");
+      xbt_assert(status == MSG_OK, "process_pending_connections() failed");
       xbt_dynar_cursor_rm(q, &iter);
       empty = 0;
     }