rust-netlink / netlink-sys

netlink sockets, with optional integration with tokio
Other
15 stars 10 forks source link

`trace!()` is called in `poll_recv_from()` and `poll_recv_from_full()` of `TokioSocket` #14

Closed ylinik-dn closed 1 year ago

ylinik-dn commented 1 year ago

There are calls to trace!() in all branches of the code. This ends up in the logs and I don't see a good reason for this.