Skip to content

libtracker-miner: Avoid warning on EXDEV from fanotify_mark()

Carlos Garnacho requested to merge wip/carlosg/fanotify-warnings into master

This is sadly something that may happen with btrfs subvolumes, so will be seen frequently in certain environments, or might cause the test suite to fail for no (unforeseen) reason. Convert this errno into a g_info() what will not be logged by default.

Related: #212 (closed)

Edited by Carlos Garnacho

Merge request reports