Skip to content

Commit

Permalink
fix debug logging message
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21630 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 11, 2019
1 parent f27f5dc commit 5a9ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def calculate_window_offset(self, wx, wy, ww, wh):
if not ss:
return None
if len(ss)!=1:
geomlog("cannot handle one more than one screen for OR offset: %s", )
geomlog("cannot handle more than one screen for OR offset")
return None
screen0 = ss[0]
monitors = screen0[5]
Expand Down

0 comments on commit 5a9ea04

Please sign in to comment.