mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-10 22:19:26 +01:00
Fix info message
This commit is contained in:
parent
e06efbad9f
commit
106404d32f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user