From 592864de182dfeef8c639cfab6902e385a7c4595 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Aug 2022 11:40:06 +0200 Subject: refactor networking --- karld/src/interface/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'karld/src/interface/mod.rs') diff --git a/karld/src/interface/mod.rs b/karld/src/interface/mod.rs index 3c465d4..3a0c45e 100644 --- a/karld/src/interface/mod.rs +++ b/karld/src/interface/mod.rs @@ -21,5 +21,7 @@ pub fn start() { #[cfg(not(feature = "websocket"))] #[cfg(not(feature = "unix"))] + #[cfg(not(feature = "tcp"))] + #[cfg(not(feature = "stdio"))] log::warn!("no interfaces enabled, daemon will be inaccesssible") } -- cgit v1.2.3-70-g09d2