From: suter Date: Tue, 27 May 2014 14:42:55 +0000 (+0200) Subject: printing path and not fullpath X-Git-Tag: v3_11~25 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e8b225db86e2cdcc338b951e4da8d2d46707778b printing path and not fullpath --- diff --git a/src/surf/workstation_interface.cpp b/src/surf/workstation_interface.cpp index 53cf191503..ba424e99c3 100644 --- a/src/surf/workstation_interface.cpp +++ b/src/surf/workstation_interface.cpp @@ -251,7 +251,7 @@ ActionPtr Workstation::open(const char* fullpath) { else xbt_die("Can't find mount point for '%s' on '%s'", fullpath, getName()); - XBT_DEBUG("OPEN %s on disk '%s'",fullpath, st->getName()); + XBT_DEBUG("OPEN %s on disk '%s'",path, st->getName()); ActionPtr action = st->open((const char*)mount_name, (const char*)path); free((char*)path); free((char*)mount_name);