Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
koral committed Jan 15, 2012
1 parent 796e480 commit 55b6a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hbro/Hbro.hs
Expand Up @@ -6,7 +6,7 @@ module Hbro.Hbro (
) where

-- {{{ Imports
import Hbro.Config
--import Hbro.Config
import Hbro.Core
import Hbro.Gui
--import Hbro.Keys
Expand Down
2 changes: 1 addition & 1 deletion Hbro/Socket.hs
Expand Up @@ -53,7 +53,7 @@ listenToCommands environment commands repSocket = do
-- Typically called when exiting application.
closeSocket :: Context -> String -> IO ()
closeSocket context socketURI = do
whenLoud $ putStrLn "Closing socket " ++ socketURI ++ " ..."
whenLoud $ putStrLn ("Closing socket " ++ socketURI ++ " ...")
void $ sendCommand context socketURI "QUIT"

-- | Return the socket path to use for the given browser's process ID.
Expand Down

0 comments on commit 55b6a06

Please sign in to comment.