Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Oct 3, 2024
1 parent 42f08e7 commit 2bd91c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ private extension ProfileManager {
for remoteProfile in allRemoteProfiles.values {
Task.detached { [weak self] in
do {
pp_log(.app, .notice, "Import remote profile \(remoteProfile.id)...")
try await self?.save(remoteProfile)
} catch {
pp_log(.app, .error, "Unable to import remote profile: \(error)")
Expand Down

0 comments on commit 2bd91c8

Please sign in to comment.