Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make MSG fade away (part 2)
[simgrid.git] / teshsuite / msg / app-token-ring / app-token-ring.c
index c5d7118..5018672 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char* argv[])
   MSG_create_environment(argv[1]); /* - Load the platform description */
   xbt_dynar_t hosts = MSG_hosts_as_dynar();
 
   MSG_create_environment(argv[1]); /* - Load the platform description */
   xbt_dynar_t hosts = MSG_hosts_as_dynar();
 
-  XBT_INFO("Number of hosts '%d'", MSG_get_host_number());
+  XBT_INFO("Number of hosts '%zu'", MSG_get_host_number());
   unsigned int i;
   msg_host_t h;
   xbt_dynar_foreach (hosts, i,
   unsigned int i;
   msg_host_t h;
   xbt_dynar_foreach (hosts, i,