diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-07 09:58:55 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-07 09:58:55 +0100 |
| commit | 3af0e735feaf6b4d52af9603141b84392037bbb1 (patch) | |
| tree | 13e02cee19b61d76e37eb62f26ef01c692bd320f /src/lib.rs | |
| parent | e8ac125488e40fc8ae3ca9e0920b1b7fe09980d7 (diff) | |
| download | mullvadvpn-3af0e735feaf6b4d52af9603141b84392037bbb1.tar.xz mullvadvpn-3af0e735feaf6b4d52af9603141b84392037bbb1.zip | |
Adding logging to talpid_core
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index 00c4061801..8fe76a5a69 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,6 +9,9 @@ extern crate assert_matches; extern crate clonablechild; #[macro_use] +extern crate log; + +#[macro_use] extern crate error_chain; extern crate talpid_ipc; |
