try_fuse_mount(): remove non-specific, redundant error message
parent
5adb30912a
commit
8de4c34578
|
@ -2147,8 +2147,6 @@ static struct fuse_chan *try_fuse_mount(char *parsed_options)
|
|||
}
|
||||
|
||||
fc = fuse_mount(opts.mnt_point, &margs);
|
||||
if (!fc)
|
||||
ntfs_log_error("FUSE mount point creation failed\n");
|
||||
free_args:
|
||||
fuse_opt_free_args(&margs);
|
||||
return fc;
|
||||
|
|
Loading…
Reference in New Issue