Set correct loglevel (whatsapp). Fixes #1980 (#2013)

pull/1991/head^2
Wim 1 year ago committed by GitHub
parent 89e2dbac15
commit f345eeae55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ func (b *Bwhatsapp) handleMessage(message *events.Message) {
return
}
b.Log.Infof("Receiving message %#v", msg)
b.Log.Debugf("Receiving message %#v", msg)
switch {
case msg.Conversation != nil || msg.ExtendedTextMessage != nil:

Loading…
Cancel
Save