mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
One very common case is losing a race to open a file that was deleted. No need to spam the logs with mere ENOENT reports. Other errors are more significant. Log those with errno, and add event counters to record them. Signed-off-by: Zygo Blaxell <bees@furryterror.org>