]> git.ipfire.org Git - thirdparty/systemd.git/commit
argv-util: also update program_invocation_short_name 26324/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Feb 2023 09:29:36 +0000 (18:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Feb 2023 13:51:20 +0000 (22:51 +0900)
commitdd15e4cb57129b915e01495e113696bfe0b70214
tree22fd8cba8d5b03da412bf35ceb039440cc726c4b
parent577a0fd59bf8fdf533bc8d120e350fe8a3f040bf
argv-util: also update program_invocation_short_name

Our logging uses program_invocation_short_name. Without this patch,
logs from forked client may become broken; spuriously truncated or
the short invocation name is not completely shown in the log.
src/basic/argv-util.c