diff options
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/notifications.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/notifications.rs b/mumd/src/notifications.rs index bccf4dd..5094a07 100644 --- a/mumd/src/notifications.rs +++ b/mumd/src/notifications.rs @@ -1,3 +1,4 @@ +#[cfg(feature = "notifications")] use log::*; pub fn init() { |
