[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Nov 6 09:59:41 MDT 2010


The branch, master has been updated
       via  55f767c Mention seek effect of an unmoved --inplace chunk.
      from  5ebe9a4 Add @group auth and overrides to "auth user" daemon config.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 55f767c5caab53386e17686c69dd1bfe5afe752e
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Nov 6 08:14:18 2010 -0700

    Mention seek effect of an unmoved --inplace chunk.

-----------------------------------------------------------------------

Summary of changes:
 receiver.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/receiver.c b/receiver.c
index d5a338c..fc3e40c 100644
--- a/receiver.c
+++ b/receiver.c
@@ -285,8 +285,9 @@ static int receive_data(int f_in, char *fname_r, int fd_r, OFF_T size_r,
 
 		if (DEBUG_GTE(DELTASUM, 3)) {
 			rprintf(FINFO,
-				"chunk[%d] of size %ld at %s offset=%s\n",
-				i, (long)len, big_num(offset2), big_num(offset));
+				"chunk[%d] of size %ld at %s offset=%s%s\n",
+				i, (long)len, big_num(offset2), big_num(offset),
+				updating_basis_or_equiv && offset == offset2 ? " (seek)" : "");
 		}
 
 		if (mapbuf) {


-- 
The rsync repository.


More information about the rsync-cvs mailing list