[gnome-continuous] guestfish: Print real path to file



commit 80962d0be09f8f07e587d8b9fc5e4870b1240cec
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 14 08:06:30 2013 -0500

    guestfish: Print real path to file

 src/js/guestfish.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/guestfish.js b/src/js/guestfish.js
index bdab1a9..99e8607 100644
--- a/src/js/guestfish.js
+++ b/src/js/guestfish.js
@@ -97,7 +97,7 @@ const GuestMount = new Lang.Class({
                                  '--pid-file', this._mountPidFile.get_path()];
            this._appendOpts(guestmountArgv);
            guestmountArgv.push(mntdir.get_path());
-           print('Mounting ' + mntdir + ' : ' + guestmountArgv.join(' '));
+           print('Mounting ' + mntdir.get_path() + ' : ' + guestmountArgv.join(' '));
             let context = new GSystem.SubprocessContext({ argv: guestmountArgv });
             let proc = new GSystem.Subprocess({ context: context });
            proc.init(cancellable);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]