Skip to content

Commit

Permalink
fix info logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13688 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 13, 2016
1 parent f01b68b commit 751c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/source.py
Expand Up @@ -906,7 +906,7 @@ def parse_encoding_caps(self, c, min_mmap_size):
if self.encoding=="auto":
elog.info(" automatic picture encoding enabled")
else:
elog.info(" using %s as primary encoding%s", self.encoding)
elog.info(" using %s as primary encoding", self.encoding)
if others:
elog.info(" also available:")
elog.info(" %s", ", ".join(others))
Expand Down

0 comments on commit 751c556

Please sign in to comment.