diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-03-01 14:40:50 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-03-02 20:47:08 +0100 |
| commit | e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60 (patch) | |
| tree | 26bc72cd22962e79e35b7a2d3fa5c18f8f4c3255 /talpid-openvpn-plugin/src | |
| parent | 6bd3431558524d7c56d1722e943a7f2ceb3afae2 (diff) | |
| download | mullvadvpn-e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60.tar.xz mullvadvpn-e531c9a35fc17cd6b7eaa579f253fbdb6a6b5b60.zip | |
Upgrade log crate to 0.4
Diffstat (limited to 'talpid-openvpn-plugin/src')
| -rw-r--r-- | talpid-openvpn-plugin/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-openvpn-plugin/src/lib.rs b/talpid-openvpn-plugin/src/lib.rs index f08aa4a9a5..f1c210b4d1 100644 --- a/talpid-openvpn-plugin/src/lib.rs +++ b/talpid-openvpn-plugin/src/lib.rs @@ -61,7 +61,7 @@ fn openvpn_open( args: Vec<CString>, _env: HashMap<CString, CString>, ) -> Result<(Vec<OpenVpnPluginEvent>, EventProcessor)> { - env_logger::init().chain_err(|| "Failed to bootstrap logging system")?; + env_logger::init(); debug!("Initializing plugin"); let core_server_id = parse_args(&args)?; |
