Skip to content

Commit 73656af

Browse files
committed
Better log event on Replace My Device action
1 parent a77913b commit 73656af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nudge/Utilities/Utils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ struct UIUtilities {
13501350

13511351
func postUpdateDeviceActions(userClicked: Bool, unSupportedUI: Bool) {
13521352
if userClicked {
1353-
LogManager.notice(unSupportedUI ? "User clicked updateDevice" : "User clicked updateDevice via Unsupported UI", logger: uiLog)
1353+
LogManager.notice(unSupportedUI ? "User clicked updateDevice" : "User clicked updateDevice (Replace My Device) via Unsupported UI workflow", logger: uiLog)
13541354
// Remove forced blur and reset window level
13551355
if !nudgePrimaryState.backgroundBlur.isEmpty {
13561356
nudgePrimaryState.backgroundBlur.forEach { blurWindowController in

0 commit comments

Comments
 (0)