Display the name of the quota data file in verbose mode.
This commit is contained in:
parent
9799fcf93c
commit
a6abba5b5e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user