Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
printing path and not fullpath
authorsuter <frederic.suter@cc.in2p3.fr>
Tue, 27 May 2014 14:42:55 +0000 (16:42 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Tue, 27 May 2014 15:06:25 +0000 (17:06 +0200)
src/surf/workstation_interface.cpp

index 53cf191..ba424e9 100644 (file)
@@ -251,7 +251,7 @@ ActionPtr Workstation::open(const char* fullpath) {
   else
     xbt_die("Can't find mount point for '%s' on '%s'", fullpath, getName());
 
   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);
   ActionPtr action = st->open((const char*)mount_name, (const char*)path);
   free((char*)path);
   free((char*)mount_name);