From 8de4c3457838b31d5a67e400168aef12e33e00ba Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 26 Sep 2007 19:13:32 +0000 Subject: [PATCH] try_fuse_mount(): remove non-specific, redundant error message --- src/ntfs-3g.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 480b3c6c..ea961184 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -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;