diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-20 11:36:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-20 11:36:44 -0400 |
| commit | 7e28749eff4018ed5b0ef72c4d757a8e4672ef5a (patch) | |
| tree | 828833f0d898726edb75d1d8fcd16b6f4bf48b42 /src | |
| parent | 00e2f1aa16b4f569bef06d7c229f0d358dfce741 (diff) | |
| parent | 2f7f02dec0beaa2e13cafbe74e1c2918a2de45fb (diff) | |
Merge branch 'joeyconfig'
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 |
