diff options
author | Wim <wim@42.be> | 2016-08-20 17:30:43 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-08-20 18:08:59 +0200 |
commit | 106404d32f3df781d52000924501492700ab6075 (patch) | |
tree | 1608b2c16c77330faa367f61fb1eab4c3ec475e5 /bridge/mattermost/mattermost.go | |
parent | e06efbad9f9220626b5c212642dfc3f72ed84475 (diff) | |
download | matterbridge-msglm-106404d32f3df781d52000924501492700ab6075.tar.gz matterbridge-msglm-106404d32f3df781d52000924501492700ab6075.tar.bz2 matterbridge-msglm-106404d32f3df781d52000924501492700ab6075.zip |
Fix info message
Diffstat (limited to 'bridge/mattermost/mattermost.go')
-rw-r--r-- | bridge/mattermost/mattermost.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/mattermost/mattermost.go b/bridge/mattermost/mattermost.go index 025dab10..6482b91b 100644 --- a/bridge/mattermost/mattermost.go +++ b/bridge/mattermost/mattermost.go @@ -129,7 +129,7 @@ func (b *Bmattermost) SendType(nick string, message string, channel string, mtyp } func (b *Bmattermost) handleMatter() { - flog.mm.Infof("Choosing Mattermost connection type %s", b.Plus) + flog.mm.Infof("Choosing API based Mattermost connection: %t", b.Plus) mchan := make(chan *MMMessage) if b.Plus { go b.handleMatterClient(mchan) |