]> git.ipfire.org Git - thirdparty/systemd.git/commit
mount: Log when we can't create the mount point
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 1 Oct 2023 18:40:45 +0000 (20:40 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 2 Oct 2023 02:24:03 +0000 (11:24 +0900)
commitce427d0e73667e1b125c82c5c77f98dd9fbe561d
tree293b05f4d8e7812471c72c464c97e22ef0730190
parent185e201690bd1fff63f99239b2ee7585557445bf
mount: Log when we can't create the mount point

Debugging mount unit failures caused by systemd not being able to
create the mount point is currently rather hard. Let's log about
failures to create mount points to simplify debugging.
src/core/mount.c