forked from Silverfish/proton-bridge
Other: Add more extensive logging
This commit is contained in:
@ -17,8 +17,14 @@
|
||||
|
||||
package events
|
||||
|
||||
import "fmt"
|
||||
|
||||
type Error struct {
|
||||
eventBase
|
||||
|
||||
Error error
|
||||
}
|
||||
|
||||
func (event Error) String() string {
|
||||
return fmt.Sprintf("Error: %s", event.Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user