]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: prefix the correct path with root dir in log output
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 21:21:21 +0000 (23:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 21:30:00 +0000 (23:30 +0200)
commit554a2b64934a1cc6815f2df126811271d5c0ac9d
treeeb13d0c87a9c4b8572aa92c6b92faf1a919e1e7e
parent7feb1dd6544d1bf373dbe13dd33cf563ed16f891
repart: prefix the correct path with root dir in log output

When we copy files into the freshly formatted file system, the mount
point prefix must be prepended to the *target* path, not the *source*
path. Not just in code but in the log message about it, too.
src/partition/repart.c