summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Tor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Tor.hs')
-rw-r--r--src/Propellor/Property/Tor.hs2
1 files changed, 1 insertions, 1 deletions
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