]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add debugging print statement for timestamp comparison
authorDavid Stainton <dstainton415@gmail.com>
Wed, 28 Oct 2015 15:46:30 +0000 (16:46 +0100)
committerDavid Stainton <dstainton415@gmail.com>
Wed, 28 Oct 2015 15:46:30 +0000 (16:46 +0100)
src/allmydata/frontends/magic_folder.py

index 4c9741fb2d8501ba1205fbfc0ba43291c01b2133..a8b5e79f6ef3e62e3ce7304f0a88f2db26957d4c 100644 (file)
@@ -707,6 +707,7 @@ class Downloader(QueueMixin, WriteFileMixin):
                     else:
                         dmd_last_uploaded_uri = metadata.get('last_uploaded_uri', None)
                         local_last_uploaded_uri = self._db.get_last_uploaded_uri(relpath_u)
+                        print ">>>>  if %r != %r" % (dmd_last_uploaded_uri, local_last_uploaded_uri)
                         if dmd_last_uploaded_uri != local_last_uploaded_uri:
                             is_conflict = True
                             self._count('objects_conflicted')