X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0be976ec0a449279486eec94c33bd58b8c74201b..baa4212ae117ed0d6c21d7e3d827e05329caceb8:/rsync.c diff --git a/rsync.c b/rsync.c index 9bd7e421..670f48b3 100644 --- a/rsync.c +++ b/rsync.c @@ -160,7 +160,8 @@ int set_perms(char *fname,struct file_struct *file,STRUCT_STAT *st, change_gid?file->gid:st->st_gid) != 0) { /* shouldn't have attempted to change uid or gid unless have the privilege */ - rprintf(FERROR, "chown %s failed: %s\n", + rprintf(FERROR, "%s %s failed: %s\n", + change_uid ? "chown" : "chgrp", full_fname(fname), strerror(errno)); return 0; }