commit aaab79b9bf5730b0deb5fd40b827c106a67bc74f
Author: Wim <wim@42.be>
Date: Sat Aug 20 17:30:43 2016 +0000
diff --git a/bridge/mattermost/mattermost.go b/bridge/mattermost/mattermost.go
index 025dab1..6482b91 100644
--- a/bridge/mattermost/mattermost.go
+++ b/bridge/mattermost/mattermost.go
@@ -1297 +1297 @@ 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)