Skip to content

Commit

Permalink
add debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23627 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 29, 2019
1 parent da9fee8 commit 9e4a5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/platform/win32/shadow_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def power_broadcast_event(self, wParam, lParam):

def guess_session_name(self, _procs=None):
desktop_name = get_desktop_name()
log("get_desktop_name()=%s", desktop_name)
if desktop_name:
self.session_name = desktop_name

Expand Down

0 comments on commit 9e4a5da

Please sign in to comment.