X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05ace65ec471b5ec71004259310c1471ac6bb0c9..bb123a2a34a948902f850e5ec93a771aa7209203:/teshsuite/msg/platform-properties/platform-properties.c diff --git a/teshsuite/msg/platform-properties/platform-properties.c b/teshsuite/msg/platform-properties/platform-properties.c index 7a3dbeb20b..b87f6409bd 100644 --- a/teshsuite/msg/platform-properties/platform-properties.c +++ b/teshsuite/msg/platform-properties/platform-properties.c @@ -114,7 +114,7 @@ int main(int argc, char* argv[]) MSG_create_environment(argv[1]); - XBT_INFO("There are %d hosts in the environment", MSG_get_host_number()); + XBT_INFO("There are %lu hosts in the environment", MSG_get_host_number()); xbt_dynar_t hosts = MSG_hosts_as_dynar(); xbt_dynar_foreach (hosts, i, host) {