From 1592ff55ce6d7092d6e77a8a8a07eb1bb57d3e95 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello Date: Wed, 12 Aug 2020 16:21:49 -0600 Subject: [PATCH] log tor setting --- src/Application.hs | 1 + 1 file changed, 1 insertion(+) 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