Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b7716f

Browse files
committedMay 16, 2025
log level
1 parent f3dd0c1 commit 3b7716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder-Desktop/VPN/HelperXPCSpeaker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class HelperXPCSpeaker: @unchecked Sendable {
1818
}
1919
proxy.runCommand(command: "xattr -d com.apple.quarantine \(path)") { status, output in
2020
if status == 0 {
21-
self.logger.error("Successfully removed quarantine for \(path)")
21+
self.logger.info("Successfully removed quarantine for \(path)")
2222
continuation.resume(returning: true)
2323
} else {
2424
self.logger.error("Failed to remove quarantine for \(path): \(output)")

0 commit comments

Comments
 (0)
Please sign in to comment.