From 828d9e44d4417ca9ee3831919d6023492805b7a9 Mon Sep 17 00:00:00 2001 From: bescoto Date: Fri, 4 Nov 2005 22:41:13 +0000 Subject: Added metadata diffing, and an iterfile hash bugfix git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@669 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Rdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rdiff-backup/rdiff_backup/Rdiff.py') diff --git a/rdiff-backup/rdiff_backup/Rdiff.py b/rdiff-backup/rdiff_backup/Rdiff.py index 3ed589d..aade8af 100644 --- a/rdiff-backup/rdiff_backup/Rdiff.py +++ b/rdiff-backup/rdiff_backup/Rdiff.py @@ -55,7 +55,7 @@ def get_delta_sigrp(rp_signature, rp_new): def get_delta_sigrp_hash(rp_signature, rp_new): """Like above but also calculate hash of new as close() value""" - log.Log("Getting delta with hash of %s with signature %s" % + log.Log("Getting delta (with hash) of %s with signature %s" % (rp_new.path, rp_signature.get_indexpath()), 7) return librsync.DeltaFile(rp_signature.open("rb"), hash.FileWrapper(rp_new.open("rb"))) -- cgit v1.2.1