> 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: Go for it. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list