Re: [PATCH] Include filesystem type in mount log message.

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

 



> 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux