]> git.ipfire.org Git - thirdparty/rsync.git/commit
Fixed logging of %b & %c when using --log-file.
authorWayne Davison <wayned@samba.org>
Mon, 7 Sep 2015 16:46:31 +0000 (09:46 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 7 Sep 2015 17:07:17 +0000 (10:07 -0700)
commitcce44865c1ac64a434390b96489252ed576ef951
tree123a5cfe272ff5b3ca18ac8e72063ce6d56901d6
parent1983198097f57cb9c2eb44ae51cbf8c2cabccbe4
Fixed logging of %b & %c when using --log-file.

The %b and %c escapes were outputting cumulative values when logged via
--log-file only (the bug didn't affect daemon transfer logging or the
output of the client's --out-format info).  Also unified the %b & %c
switch case to make it easier to maintain.  Fixes bug 11496.
NEWS
log.c
receiver.c
sender.c