rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Rdiff.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Rdiff.py
Date: Fri, 04 Nov 2005 17:41:16 -0500

Index: rdiff-backup/rdiff_backup/Rdiff.py
diff -u rdiff-backup/rdiff_backup/Rdiff.py:1.14 
rdiff-backup/rdiff_backup/Rdiff.py:1.15
--- rdiff-backup/rdiff_backup/Rdiff.py:1.14     Tue Nov  1 16:46:29 2005
+++ rdiff-backup/rdiff_backup/Rdiff.py  Fri Nov  4 22:41:13 2005
@@ -55,7 +55,7 @@
 
 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")))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]