Skip to content

Commit

Permalink
netstack: m fix log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 6, 2023
1 parent f93d1e5 commit 175e920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/netstack/netstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewEndpoint(dev, mtu int, sink io.WriteCloser) (ep stack.LinkEndpoint, err
if err != nil {
syscall.Close(dev)
}
log.E("netstack: new endpoint(fd:%d / mtu:%d); err? %v", dev, mtu, err)
log.I("netstack: new endpoint(fd:%d / mtu:%d); err? %v", dev, mtu, err)
}()

umtu := uint32(mtu)
Expand Down

0 comments on commit 175e920

Please sign in to comment.