fix printf format

master
Dingjun 8 years ago
parent 1092739cd7
commit 007c8e44e5

@ -172,7 +172,7 @@ func (sc *Server) handleSession(newch ssh.NewChannel) {
ret = false 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 { if r.WantReply {
r.Reply(ret, nil) r.Reply(ret, nil)

Loading…
Cancel
Save