From b81abff0d4cd9266115ded70129a2ac357b20cef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Sep 2016 16:43:29 -0400 Subject: avoid using a warning to display hidden service hostname --- src/Propellor/Property/Tor.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs index 2fe97e4e..5b8a84ea 100644 --- a/src/Propellor/Property/Tor.hs +++ b/src/Propellor/Property/Tor.hs @@ -145,7 +145,7 @@ hiddenServiceAvailable hn port = hiddenServiceHostName $ hiddenService hn port r <- satisfy mh <- liftIO $ tryIO $ readFile (varLib hn "hostname") case mh of - Right h -> warningMessage $ unwords ["hidden service hostname:", h] + Right h -> infoMessage $ unwords ["hidden service hostname:", h] Left _e -> warningMessage "hidden service hostname not available yet" return r -- cgit v1.2.3