We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2755a commit 4a91e3aCopy full SHA for 4a91e3a
server/mergin/sync/models.py
@@ -1041,7 +1041,7 @@ def construct_checkpoint(self) -> bool:
1041
project.storage.geodiff.concat_changes(diffs_paths, self.abs_path)
1042
except (GeoDiffLibError, GeoDiffLibConflictError):
1043
logging.error(
1044
- f"Geodiff: Failed to merge diffs for file {self.file_path_id}"
+ f"Geodiff: Failed to merge diffs for file {self.file_path_id}. Diffs: {diffs_paths}"
1045
)
1046
return False
1047
0 commit comments