Skip to content

Commit

Permalink
Properly output public variables to console.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hanson committed Oct 25, 2019
1 parent 11026f1 commit 4c36ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rectangle/WindowManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class WindowManager {
)

if Defaults.debug.enabled {
os_log("%{PUBLIC}@ | display: %{PUBLIC}@, calculatedRect: %{PUBLIC}@, resultRect: %{PUBLIC}@", type: .debug, action.name, visibleFrameOfDestinationScreen.debugDescription, newNormalizedRect.debugDescription, resultingRect.debugDescription)
os_log("%{public}@ | display: %{public}@, calculatedRect: %{public}@, resultRect: %{public}@", type: .debug, action.name, visibleFrameOfDestinationScreen.debugDescription, newNormalizedRect.debugDescription, resultingRect.debugDescription)
}
}
}
Expand Down

0 comments on commit 4c36ffa

Please sign in to comment.