summaryrefslogtreecommitdiff
path: root/quotaon_xfs.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-08-15 20:13:42 +0000
committerjkar8572 <jkar8572>2001-08-15 20:13:42 +0000
commit59157c4442d31775624ad5b8b0bd3e0e3548b624 (patch)
treebb6267b7fe46ef8f5da69c11827e9cfd69e612e1 /quotaon_xfs.c
parent805ee8ff8b05468a2f2ce09db619bded1d6a687d (diff)
Fixed a few error messages.
Implemented new mountpoint scanning. Implemented caching for scanning in old quota format. Implemented automatic choice of appropriate units in repquota, quota.
Diffstat (limited to 'quotaon_xfs.c')
-rw-r--r--quotaon_xfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotaon_xfs.c b/quotaon_xfs.c
index f9d1918..70e9e75 100644
--- a/quotaon_xfs.c
+++ b/quotaon_xfs.c
@@ -150,7 +150,7 @@ static int xfs_delete(char *dev, int type, int flags, int rootfs, int *xopts)
return (check < 0);
if (quotactl(QCMD(qcmd, type), dev, 0, (void *)xopts) < 0) {
- errstr(_("Failed to delete quota: %s"),
+ errstr(_("Failed to delete quota: %s\n"),
strerror(errno));
return 1;
}