Skip to content

Commit

Permalink
can't use this type of f-string in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 23, 2024
1 parent 2005312 commit 8141bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/x11/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def guess_content_type(self) -> None:
content_type = guess_content_type(self)
if not content_type and self.is_tray():
content_type = "picture"
metalog(f"guess_content_type() {content_type=}")
metalog("guess_content_type() content_type=%s", content_type)
self._updateprop("content-type", content_type)

def _handle_xpra_quality_change(self) -> None:
Expand Down

0 comments on commit 8141bcf

Please sign in to comment.