From de445ec5a490da6ff22d2789b330f45d5e37765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 23 Jan 2026 21:47:11 +0100 Subject: Silence error when calling discoverySearch without the service --- src/Erebos/Network.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Erebos/Network.hs') diff --git a/src/Erebos/Network.hs b/src/Erebos/Network.hs index 6265bbf..b5cfa6b 100644 --- a/src/Erebos/Network.hs +++ b/src/Erebos/Network.hs @@ -1060,7 +1060,7 @@ modifyServiceGlobalState server proxy f = do putTMVar (serverServiceStates server) global' return res Nothing -> do - throwOtherError $ "unhandled service '" ++ show (toUUID svc) ++ "'" + throwErebosError $ UnhandledService svc foreign import ccall unsafe "Network/ifaddrs.h erebos_join_multicast" cJoinMulticast :: CInt -> Ptr CSize -> IO (Ptr Word32) -- cgit v1.2.3