diff options
| author | Teddy Wing | 2018-09-25 18:43:06 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-09-25 18:43:06 +0200 |
| commit | 0ec3b951795b04359ddc99ef9199a45a9b60bf03 (patch) | |
| tree | 9b9f298a94480f85b9b301841cca362ba57fd659 /src/lib.rs | |
| parent | 43cb01b377d5fcb01acd7a2972cca2b428eeef33 (diff) | |
| download | dome-key-map-0ec3b951795b04359ddc99ef9199a45a9b60bf03.tar.bz2 | |
state_load_map_group(): Log errors instead of panicking
This allows us to log the errors without exiting the program.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ extern crate autopilot; #[macro_use] extern crate combine; extern crate libc; + +#[macro_use] +extern crate log; extern crate xdg; mod cocoa_bridge; |
