Skip to content

Commit

Permalink
remove unused logging argument
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 5, 2023
1 parent 32d2704 commit b77f152
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 @@ -608,7 +608,7 @@ def update_wm_state(prop):
elif atom1=="_NET_WM_STATE_DEMANDS_ATTENTION":
update_wm_state("attention-requested")
else:
log.info("Unhandled _NET_WM_STATE request: '%s'", event, atom1)
log.info("Unhandled _NET_WM_STATE request: '%s'", atom1)
log.info(" event%s", event)
return True
if event.message_type=="WM_CHANGE_STATE":
Expand Down

0 comments on commit b77f152

Please sign in to comment.