X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e2e42a01ba5a2258edf1510280bb83864a0c8748..0ef5abcbbb95298fa9faf1d3eb275a9e76e1d951:/catch_crash_signals.diff diff --git a/catch_crash_signals.diff b/catch_crash_signals.diff index b67c8cd..cceeaa8 100644 --- a/catch_crash_signals.diff +++ b/catch_crash_signals.diff @@ -47,7 +47,7 @@ diff --git a/log.c b/log.c + { RERR_WECRASHED , "rsync caught a CRASH-causing signal" }, { RERR_WAITCHILD , "waitpid() failed" }, { RERR_MALLOC , "error allocating core memory buffers" }, - { RERR_PARTIAL , "some files could not be transferred" }, + { RERR_PARTIAL , "some files/attrs were not transferred (see previous errors)" }, diff --git a/main.c b/main.c --- a/main.c +++ b/main.c