X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/def26f4b4bce4809f6708780a57a675ee382d6e4..968499473499987433444f45637b875cbba8e67c:/src/msg/msg_io.cpp diff --git a/src/msg/msg_io.cpp b/src/msg/msg_io.cpp index 18390a6401..10241250d2 100644 --- a/src/msg/msg_io.cpp +++ b/src/msg/msg_io.cpp @@ -73,7 +73,7 @@ void MSG_file_dump (msg_file_t fd){ "\t\tStorage Id: '%s'\n" "\t\tStorage Type: '%s'\n" "\t\tFile Descriptor Id: %d", - fd->getPath(), fd->size(), fd->mount_point.c_str(), fd->localStorage->getCname(), + fd->getPath(), fd->size(), fd->mount_point_.c_str(), fd->localStorage->getCname(), fd->localStorage->getType(), fd->desc_id); }