Update shazow/ssh-chat dependency (#947)

This commit is contained in:
Wim
2019-11-17 21:42:41 +01:00
committed by GitHub
parent 0917dc8766
commit d4253d7a55
17 changed files with 1518 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ import stdlog "log"
var logger *stdlog.Logger
// SetLogger sets the package logging output to use w.
func SetLogger(w io.Writer) {
flags := stdlog.Flags()
prefix := "[sshd] "