Skip to content

Commit

Permalink
log device error
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 13, 2023
1 parent e08fe9f commit 696c615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo/SyncSettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Core
import Combine
import SyncUI
import DDGSync
import Common

@MainActor
class SyncSettingsViewController: UIHostingController<SyncSettingsView> {
Expand Down Expand Up @@ -194,7 +195,7 @@ class SyncSettingsViewController: UIHostingController<SyncSettingsView> {
mapDevices(devices)
} catch {
// Not displaying error since there is the spinner and it is called every few seconds
// assertionFailure(error.localizedDescription)
os_log(error.localizedDescription, log: .syncLog, type: .error)
}
}
}
Expand Down

0 comments on commit 696c615

Please sign in to comment.