chattr: fix verbose message while setting the project id

This was caused by a cut and paste error.  (Thanks to Coverity for
pointing this out).

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-03-18 16:49:51 -04:00
parent 855c5e0dfb
commit 25040c0431
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ static int change_attributes(const char * name)
}
if (set_project) {
if (verbose)
printf (_("Project of %s set as %lu\n"), name, version);
printf (_("Project of %s set as %lu\n"), name, project);
if (fsetproject (name, project) == -1) {
if (!silent)
com_err (program_name, errno,