summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2016-09-20 11:36:44 -0400
committerJoey Hess2016-09-20 11:36:44 -0400
commit7e28749eff4018ed5b0ef72c4d757a8e4672ef5a (patch)
tree828833f0d898726edb75d1d8fcd16b6f4bf48b42 /src
parent00e2f1aa16b4f569bef06d7c229f0d358dfce741 (diff)
parent2f7f02dec0beaa2e13cafbe74e1c2918a2de45fb (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
-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..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