<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -312,9 +312,9 @@ class BaseFileHash(object):
         
     def compareToOtherFileHash (self, otherFileHash, indent, log, logDiff):
         if self.hash != otherFileHash.hash:
-            self.logDiff (&quot;File %r has hash %s in %r but hash %s in %r&quot; %
-                          self.name, self.hash, self.description, 
-                          otherFileHash.hash, otherFileHash.description)
+            logDiff (&quot;File %r has hash %s in %r but hash %s in %r&quot; %
+                     self.name, self.hash, self.description, 
+                     otherFileHash.hash, otherFileHash.description)
         
 pathRegex = re.compile(&quot;[/]([^/]*)([/].*)?&quot;)
         
@@ -806,6 +806,7 @@ class IncrementalBackups:
         restoreRecords = self.getRestoreRecords(backupRecords, dateTimeString)
         print &quot;restoreRecords = %r&quot; % restoreRecords
         for restoreRecord in restoreRecords:
+            print &quot;checkVersion for %r ...&quot; % restoreRecord
             checkVersion(self.backupMap, restoreRecord)
         writtenFileSummaryDataLists = [self.getWrittenFileSummaryDataList(record) for record in restoreRecords]
         print &quot;parsing writtenFileSummaryDataLists from YAML data ...&quot;</diff>
      <filename>keevalbak/BackupOperations.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3a999831d6789afcf855437c6a22d7b6c8be1e99</id>
    </parent>
  </parents>
  <author>
    <name>Philip Dorrell</name>
    <email>http://www.1729.com/email.html</email>
  </author>
  <url>http://github.com/pdorrell/keevalbak/commit/bb1f92b7fb00298b4eae15bed1157fc2204c75c0</url>
  <id>bb1f92b7fb00298b4eae15bed1157fc2204c75c0</id>
  <committed-date>2008-07-27T02:39:32-07:00</committed-date>
  <authored-date>2008-07-27T02:39:32-07:00</authored-date>
  <message>fix test logging, and log check version</message>
  <tree>d39937048f00d874dca41330677bf1ddc9f1b3c7</tree>
  <committer>
    <name>Philip Dorrell</name>
    <email>http://www.1729.com/email.html</email>
  </committer>
</commit>
