From edf2663cdff947d9615cee50833e3e215bc62a6f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 27 Jan 2004 14:54:47 +0000 Subject: cleanup --- lib/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index 1224afa..7b67203 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -71,7 +71,7 @@ void fuse_unmount(const char *mountpoint) const char *mountprog = FUSERMOUNT_PROG; char umount_cmd[1024]; - snprintf(umount_cmd, sizeof(umount_cmd) - 1, "%s -u %s", mountprog, + snprintf(umount_cmd, sizeof(umount_cmd) - 1, "%s -u -q %s", mountprog, mountpoint); umount_cmd[sizeof(umount_cmd) - 1] = '\0'; -- cgit v1.2.3