try_fuse_mount(): log why the FUSE mount point creation failed

master
szaka 2006-12-11 18:33:38 +00:00
parent 2bc71e4ee7
commit a4317bed14
1 changed files with 1 additions and 1 deletions

View File

@ -1980,7 +1980,7 @@ static struct fuse_chan *try_fuse_mount(char *parsed_options)
fc = fuse_mount(opts.mnt_point, &margs);
if (!fc)
ntfs_log_error("Failed to create FUSE mount point.\n");
ntfs_log_perror("Failed to create FUSE mount point");
free_args:
fuse_opt_free_args(&margs);
return fc;