Report state update errors as debug.
This commit is contained in:
parent
94ee1fb978
commit
c34affbc57
1 changed files with 1 additions and 1 deletions
2
event.go
2
event.go
|
@ -218,7 +218,7 @@ func (s *Session) onInterface(i interface{}) {
|
|||
}
|
||||
err := s.State.onInterface(s, i)
|
||||
if err != nil {
|
||||
s.log(LogError, "error dispatching internal event, %s", err)
|
||||
s.log(LogDebug, "error dispatching internal event, %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue