Skip to content

Commit

Permalink
nit: increase verbosity of espat NetNotify error
Browse files Browse the repository at this point in the history
  • Loading branch information
leongross committed May 28, 2024
1 parent 31f09d9 commit 5819725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espat/espat.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (d *Device) NetDisconnect() {
}

func (d *Device) NetNotify(cb func(netlink.Event)) {
// Not supported
fmt.Printf("\r\n%s\r\n", netlink.ErrNotSupported)
}

func (d *Device) GetHostByName(name string) (netip.Addr, error) {
Expand Down

0 comments on commit 5819725

Please sign in to comment.