Skip to content

Commit

Permalink
umu_run: add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 20, 2024
1 parent a5740fe commit a2217ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ def monitor_windows(

if diff := window_client_set.symmetric_difference(current_window_list):
log.debug("New windows detected")
log.debug("current_windows_list: %s", current_window_list)
log.debug("window_client_set: %s", window_client_set)
log.debug("difference: %s", diff)
set_steam_game_property(d_secondary, diff, steam_assigned_layer_id)
d_secondary.flush()

Expand Down

0 comments on commit a2217ed

Please sign in to comment.