Skip to content

Commit

Permalink
receiver logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanndickson committed Jan 9, 2025
1 parent f48b106 commit ae5b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Coder Desktop/VPNLib/Receiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actor Receiver<RecvMsg: Message> {
private let dispatch: DispatchIO
private let queue: DispatchQueue
private var running = false
private let logger = Logger(subsystem: "com.coder.Coder-Desktop", category: "proto")
private let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "proto")

/// Creates an instance using the given `DispatchIO` channel and queue.
init(dispatch: DispatchIO, queue: DispatchQueue) {
Expand Down

0 comments on commit ae5b3e2

Please sign in to comment.