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.
1 parent 5b7c826 commit dd86035Copy full SHA for dd86035
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