X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/937b2ff83159c681aa89d051f003a0828f6c44f6..cb462a8ced7fd3a3fc92e6990fb23514d4591902:/src/msg/msg_io.c?ds=sidebyside diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index 0ce1bc7717..fcb8f766a3 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -6,7 +6,6 @@ #include "msg_private.h" #include "xbt/log.h" -#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_io, msg, "Logging specific to MSG (io)"); @@ -71,7 +70,7 @@ void MSG_file_dump (msg_file_t fd){ __MSG_file_get_info(fd); XBT_INFO("File Descriptor information:\n" "\t\tFull name: '%s'\n" - "\t\tSize: %" PRIu64 "\n" + "\t\tSize: %llu\n" "\t\tMount point: '%s'\n" "\t\tStorage Id: '%s'\n" "\t\tStorage Type: '%s'\n"