Display the name of the quota data file in verbose mode.

This commit is contained in:
Mike Pritchard 2007-01-24 22:52:32 +00:00
parent 7738029183
commit fd7b77628d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166212

View File

@ -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);
}