X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/babed62be5951b8498a8f62911fb8eff98d68c19..16e7a82942ba402af27bfe4a58e1b53990a10244:/src/simdag/sd_global.cpp diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index 6fe06bd4b6..c2ba350bc5 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -177,8 +177,8 @@ void SD_create_environment(const char *platform_file) __SD_storage_create(surf_storage[SURF_STORAGE_LEVEL], NULL); } - XBT_DEBUG("Workstation number: %d, link number: %d", - SD_workstation_get_count(), sg_link_count()); + XBT_DEBUG("Workstation number: %lu, link number: %d", + sg_host_count(), sg_link_count()); #ifdef HAVE_JEDULE jedule_setup_platform(); #endif