mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Add debugging print statement for timestamp comparison
This commit is contained in:
parent
dbe6395313
commit
cb180192c1
@ -710,6 +710,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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user