]> git.ipfire.org Git - thirdparty/systemd.git/commit
various: fix duplicated logging from parse_path_argument 41795/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 23 Apr 2026 19:43:19 +0000 (21:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 14 May 2026 12:15:55 +0000 (14:15 +0200)
commit587c522487664a1b3b42765c61b38aaf43e812f4
treea47db8aeda326138c0bb6ec4762f9b6b9d06b0b5
parentd2aafc33eaeb3756ca2167a041d2334989bbaf58
various: fix duplicated logging from parse_path_argument

As pointed out in review, parse_path_argument can fail for non-oom reasons.
But the function already logs, so the correct thing to do is to just
propagate the error.
src/bootctl/bootctl-install.c
src/home/homectl.c
src/kernel-install/kernel-install.c
src/keyutil/keyutil.c
src/measure/measure-tool.c
src/sbsign/sbsign.c