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

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



> 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


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