Skip to content

Commit

Permalink
Fix typo in process name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jul 12, 2023
1 parent ea405c1 commit ed1035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirpstack-concentratord-2g4/src/main.rs
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ fn main() {
let formatter = Formatter3164 {
facility: Facility::LOG_USER,
hostname: None,
process: "chirpstack-concentratord-sx1301".into(),
process: "chirpstack-concentratord-2g4".into(),
pid: process::id(),
};
let logger = syslog::unix(formatter).expect("could not connect to syslog");

0 comments on commit ed1035f

Please sign in to comment.