Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dd0c1 commit 3b7716fCopy full SHA for 3b7716f
Coder-Desktop/VPN/HelperXPCSpeaker.swift
@@ -18,7 +18,7 @@ final class HelperXPCSpeaker: @unchecked Sendable {
18
}
19
proxy.runCommand(command: "xattr -d com.apple.quarantine \(path)") { status, output in
20
if status == 0 {
21
- self.logger.error("Successfully removed quarantine for \(path)")
+ self.logger.info("Successfully removed quarantine for \(path)")
22
continuation.resume(returning: true)
23
} else {
24
self.logger.error("Failed to remove quarantine for \(path): \(output)")
0 commit comments