chiark / gitweb /
core: log about path_is_mount_point() errors
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2016 22:53:08 +0000 (23:53 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 17 May 2017 13:22:16 +0000 (15:22 +0200)
commit69039ad66f42e4314977b5835b308e4136f59734
tree7248ec4a6b3c8685eea3d462e3043eb912bebd15
parent5986f533c144a8142b5e047223e7a6f85c20b98b
core: log about path_is_mount_point() errors

We really shouldn't fail silently, but print a log message about these errors. Also make sure to attach error codes to
all log messages where that makes sense.

(While we are at it, add a couple of (void) casts to functions where we knowingly ignore return values.)
src/core/mount-setup.c