X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/20c1926a014c9d3b882c756ff01beec6ec09611d..f608ebb1066fb0fa06b941811c56b32239d71d90:/pipe.c diff --git a/pipe.c b/pipe.c index a0704bc7..d4bf1134 100644 --- a/pipe.c +++ b/pipe.c @@ -78,8 +78,7 @@ pid_t piped_child(char **command, int *f_in, int *f_out) if (blocking_io > 0) set_blocking(STDOUT_FILENO); execvp(command[0], command); - rsyserr(FERROR, errno, "Failed to exec %s", - safe_fname(command[0])); + rsyserr(FERROR, errno, "Failed to exec %s", command[0]); exit_cleanup(RERR_IPC); }