summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/shazow/ssh-chat/sshd/logger.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-11-17 21:42:41 +0100
committerGitHub <noreply@github.com>2019-11-17 21:42:41 +0100
commitd4253d7a55f7af862304fb65c461547055dd294a (patch)
tree8a8c5ed06841ea2bd3a24639dcd5462cfdbfea32 /vendor/github.com/shazow/ssh-chat/sshd/logger.go
parent0917dc876613fd71c9726a34bf0138b4f5121be9 (diff)
downloadmatterbridge-msglm-d4253d7a55f7af862304fb65c461547055dd294a.tar.gz
matterbridge-msglm-d4253d7a55f7af862304fb65c461547055dd294a.tar.bz2
matterbridge-msglm-d4253d7a55f7af862304fb65c461547055dd294a.zip
Update shazow/ssh-chat dependency (#947)
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] "