mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 16:54:53 +09:00
Instead of print
ing SSH messages, logDebug
them
This commit is contained in:
parent
fc4690324c
commit
f7025f9c15
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue