From 92faec23cc13774962eb4b144218d1b901e492c7 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 13 Mar 2014 17:30:22 -0400 Subject: parse utmp remote address into SockAddr structure --- consolation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'consolation.hs') diff --git a/consolation.hs b/consolation.hs index 0c6e907a..3daa258b 100644 --- a/consolation.hs +++ b/consolation.hs @@ -99,7 +99,7 @@ newCon log activeTTY utmp = do then " host=" <> tshow (utmpHost u) else "") <> " session=" <> tshow (utmpSession u) - <> " addr=" <> utmpRemoteAddr u + <> " addr=" <> tshow (utmpRemoteAddr u) loop tty tu (Just u) where bstatus r ttynum mtu -- cgit v1.2.3