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

This commit is contained in:
mpp 2007-01-24 22:52:32 +00:00
parent 9799fcf93c
commit a6abba5b5e

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