Skip to content

Commit

Permalink
fix windows log
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 16, 2024
1 parent e3b1026 commit 4e7a2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wgapi_windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ impl WireguardInterfaceApi for WGApi<Kernel> {
// TODO: set maximum transfer unit (MTU)

info!(
"Interface {} has been successfully configured. It has been assigned the following address: {}",
self.ifname, address
"Interface {} has been successfully configured.",
self.ifname
);
debug!(
"Interface {} configured with config: {config:?}",
Expand Down

0 comments on commit 4e7a2eb

Please sign in to comment.