Commit cc38b816 authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Add log message when mounting

parent 152eeb1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {