]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Main.hs
Finally get logging right.
[dead/htsn.git] / src / Main.hs
index 0182e38196db034cb52b070e61ac8042c2d2e210..f36e2ba502d743e2d9d9f2665d366df385730a16 100644 (file)
@@ -189,7 +189,7 @@ log_in cfg h = do
 
 connect_and_loop :: Configuration -> String -> IO ()
 connect_and_loop cfg host = do
-  report_info $ "Connecting to " ++ host ++ "..."
+  report_info $ "Connecting to " ++ host ++ "."
   bracket acquire_handle release_handle action
   return ()
   where