1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 16:54:53 +09:00

Instead of printing SSH messages, logDebug them

This commit is contained in:
fr33domlover 2016-03-09 22:38:28 +00:00
parent fc4690324c
commit f7025f9c15

View file

@ -100,7 +100,7 @@ authorize (PublicKey name key) = do
handle :: Bool -> ChannelRequest -> Channel ()
handle wantReply request = do
liftIO $ print request
$logDebugS src $ pack $ show request
chanFail wantReply "I don't execute any commands yet, come back later"
ready :: LogFunc -> IO ()