aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/quotaon/quotaon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 4bdf98206491..7d0ec7fedc36 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -177,8 +177,8 @@ quotaonoff(fs, offmode, type, qfpathname)
return (1);
}
if (vflag)
- printf("%s: %s quotas turned on\n", fs->fs_file,
- qfextension[type]);
+ printf("%s: %s quotas turned on with data file %s\n",
+ fs->fs_file, qfextension[type], qfpathname);
return (0);
}