summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Tor.hs
diff options
context:
space:
mode:
authorJoey Hess2016-09-15 21:52:01 -0400
committerJoey Hess2016-09-15 21:52:01 -0400
commite11363625f29ab0f45a3db989f3245398c2a4182 (patch)
treeaf49bb2de6cf31c2f194fe621a52a19bf54bdb50 /src/Propellor/Property/Tor.hs
parentb81abff0d4cd9266115ded70129a2ac357b20cef (diff)
propellor spin
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 5b8a84ea..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 -> infoMessage $ unwords ["hidden service hostname:", h]
+ Right h -> infoMessage ["hidden service hostname:", h]
Left _e -> warningMessage "hidden service hostname not available yet"
return r