Skip to content

Commit

Permalink
logging fix
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3924 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 21, 2013
1 parent 9bb000f commit 487e166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_window_backing.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(self, wid, w, h, has_alpha):
self.offscreen_fbo = None

def __str__(self):
return "GLPixmapBacking(%s)" % (self.size, self.pixel_format)
return "GLPixmapBacking(%s)" % str(self.size, self.pixel_format)

def init(self, w, h):
#re-init gl projection with new dimensions
Expand Down

0 comments on commit 487e166

Please sign in to comment.