Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd86035

Browse files
committed
log level
1 parent 5b7c826 commit dd86035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/VPN/HelperXPCSpeaker.swift

+1-1
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)