diff options
Diffstat (limited to 'vold/volmgr_ext3.c')
-rw-r--r-- | vold/volmgr_ext3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vold/volmgr_ext3.c b/vold/volmgr_ext3.c index 680be21..fe3b2bb 100644 --- a/vold/volmgr_ext3.c +++ b/vold/volmgr_ext3.c @@ -107,7 +107,7 @@ int ext_check(blkdev_t *dev) args[3] = devpath; args[4] = NULL; - int rc = logwrap(4, args); + int rc = logwrap(4, args, 1); if (rc == 0) { LOG_VOL("filesystem '%s' had no errors", devpath); |