summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bridge/mattermost/mattermost.go2
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)