ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
528 stars 67 forks source link

eio_linux: remove logging #708

Closed talex5 closed 4 months ago

talex5 commented 4 months ago

There were only two remaining uses, neither of which has proved useful. The warning about an unknown response to cancellation has never been seen, and the warning about being unable to allocate a fixed buffer just annoys people.

/cc @clecat