Add log message when mounting
This commit is contained in:
parent
152eeb1d14
commit
cc38b81678
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ func newMounter(bucket *bucket, cfg *Config) (Mounter, error) {
|
|||
|
||||
func fuseMount(path string, command string, args []string) error {
|
||||
cmd := exec.Command(command, args...)
|
||||
glog.V(3).Infof("Mounting fuse with command: %s and args: %s", command, args)
|
||||
|
||||
out, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue