diff --git a/src/wgapi_windows.rs b/src/wgapi_windows.rs index 1f12504..6c6da94 100644 --- a/src/wgapi_windows.rs +++ b/src/wgapi_windows.rs @@ -201,8 +201,8 @@ impl WireguardInterfaceApi for WGApi { // 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:?}",