diff --git a/src/Application.hs b/src/Application.hs index 1356645..621035b 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -202,6 +202,7 @@ startWeb foundation = do startWeb' app = do let AppSettings{..} = appSettings foundation putStrLn @Text $ "Launching Web Server on port " <> show appPort + putStrLn @Text $ "Tor enabled: " <> show enableTor action <- async $ if enableTor then run (fromIntegral appPort) app else runTLS