From 50b3bf96c456bd2f0ce5d7c96eeb99e68359c6f4 Mon Sep 17 00:00:00 2001 From: suter Date: Tue, 27 May 2014 14:47:10 +0200 Subject: [PATCH] bummer, no file descriptor yest in open function --- src/surf/workstation_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/workstation_interface.cpp b/src/surf/workstation_interface.cpp index d967225057..53cf191503 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'",fd->name, st->getName()); + XBT_DEBUG("OPEN %s on disk '%s'",fullpath, st->getName()); ActionPtr action = st->open((const char*)mount_name, (const char*)path); free((char*)path); free((char*)mount_name); -- 2.20.1