--- isys/isys.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/isys/isys.py b/isys/isys.py index 0963037..d5ae223 100755 --- a/isys/isys.py +++ b/isys/isys.py @@ -168,7 +168,7 @@ def mount(device, location, fstype = "ext2", readOnly = False, flags = ",".join(opts) - log.debug("isys.py:mount()- going to mount %s on %s with options %s" %(device, location, flags)) + log.debug("isys.py:mount()- going to mount %s on %s as %s with options %s" %(device, location, fstype, flags)) rc = _isys.mount(fstype, device, location, flags) if not rc: -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list