diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Tor.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs index 2fe97e4e..ea9f39ed 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 ["hidden service hostname:", h] Left _e -> warningMessage "hidden service hostname not available yet" return r |
