X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0bb4d17634d41ad49043bbb9c2dc156dae2eb39a..82471e68a8bb3da8ca95f2b6564c330c52ce891e:/log.c diff --git a/log.c b/log.c index daf96b4f..f63de7f5 100644 --- a/log.c +++ b/log.c @@ -61,7 +61,7 @@ struct { { RERR_WAITCHILD , "some error returned by waitpid()" }, { RERR_MALLOC , "error allocating core memory buffers" }, { RERR_PARTIAL , "some files could not be transferred" }, - { RERR_VANISHED , "some files vanished before they could be transfered" }, + { RERR_VANISHED , "some files vanished before they could be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" }, @@ -373,7 +373,7 @@ static void log_formatted(enum logcode code, pathjoin(buf2, sizeof buf2, file->basedir ? file->basedir : "", f_name(file)); - clean_fname(buf2); + clean_fname(buf2, 0); n = buf2; if (*n == '/') n++; break;