diff --git a/server.go b/server.go index f19fc27..cd9f760 100644 --- a/server.go +++ b/server.go @@ -172,7 +172,7 @@ func (sc *Server) handleSession(newch ssh.NewChannel) { ret = false } - Log(DEBUG, "session request %s, reply %q", r.Type, ret) + Log(DEBUG, "session request %s, reply %v", r.Type, ret) if r.WantReply { r.Reply(ret, nil)