Skip to content

Commit

Permalink
add missing space around equal sign
Browse files Browse the repository at this point in the history
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
  • Loading branch information
jmezo and ackintosh authored Jul 4, 2024
1 parent 4ca08a2 commit 1f86f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ impl Service {
self.send_event(Event::SocketUpdated(new_ip6));
}
Err(e) => {
warn!(ip6=%new_ip6, error = ?e, "Failed to update local UDP ip6 socket.");
warn!(ip6 = %new_ip6, error = ?e, "Failed to update local UDP ip6 socket.");
}
}
}
Expand Down

0 comments on commit 1f86f54

Please sign in to comment.