diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-27 14:36:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-27 14:36:20 -0400 |
commit | ceedcd65ddbc74ea1bdc186db6c19f5466674659 (patch) | |
tree | ff96be192a087cfc8c6c08dda0b54fe89a9fe4c6 /Utility | |
parent | bf8c9ffe2fc678b4414d28de55224cb044012229 (diff) |
when xmpp connection fails, show the host(s) it tried to connect to
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/SRV.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/SRV.hs b/Utility/SRV.hs index b39bf71b2..da1342c2c 100644 --- a/Utility/SRV.hs +++ b/Utility/SRV.hs @@ -15,6 +15,7 @@ module Utility.SRV ( mkSRV, lookupSRV, lookupSRVHost, + HostPort, ) where import Utility.Process |