summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/shazow/ssh-chat/sshd/logger.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/shazow/ssh-chat/sshd/logger.go')
-rw-r--r--vendor/github.com/shazow/ssh-chat/sshd/logger.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/shazow/ssh-chat/sshd/logger.go b/vendor/github.com/shazow/ssh-chat/sshd/logger.go
index 9f6998f0..c4ebc04c 100644
--- a/vendor/github.com/shazow/ssh-chat/sshd/logger.go
+++ b/vendor/github.com/shazow/ssh-chat/sshd/logger.go
@@ -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] "