Skip to content

Commit 4a91e3a

Browse files
committed
Temp log of diffs
1 parent 9d2755a commit 4a91e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mergin/sync/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def construct_checkpoint(self) -> bool:
10411041
project.storage.geodiff.concat_changes(diffs_paths, self.abs_path)
10421042
except (GeoDiffLibError, GeoDiffLibConflictError):
10431043
logging.error(
1044-
f"Geodiff: Failed to merge diffs for file {self.file_path_id}"
1044+
f"Geodiff: Failed to merge diffs for file {self.file_path_id}. Diffs: {diffs_paths}"
10451045
)
10461046
return False
10471047

0 commit comments

Comments
 (0)