mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Move Info message to Trace
This commit is contained in:
parent
d97cd1b75f
commit
9f62a08cd2
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ func (e *Event) notifyListeners(eventName string, message *message.EventMessage)
|
|||
// Get list of event listeners
|
||||
listeners := e.listeners[eventName]
|
||||
if listeners == nil {
|
||||
e.logger.Info("No listeners for %s", eventName)
|
||||
e.logger.Trace("No listeners for %s", eventName)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue