We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33704e3 commit a118bb7Copy full SHA for a118bb7
src/wgapi_windows.rs
@@ -106,8 +106,8 @@ impl WireguardInterfaceApi for WireguardApiWindows {
106
wireguard_configuration.push_str(allowed_ips.as_str());
107
}
108
109
- info!("Prepared WireGuard configuration: {wireguard_configuration}",);
110
file.write_all(wireguard_configuration.as_bytes())?;
+ info!("WireGuard configuration written to file: {file_path}",);
111
112
// Check for existing service and remove it
113
let output = Command::new("wg")
0 commit comments