Add missing argument to MAX_ARG_STRLEN error

This was missed in b395b33776.

No need to relnote, it's trivial
This commit is contained in:
Fabian Homborg 2022-04-12 15:22:33 +02:00
parent 143757e8c6
commit 29e02ac7a5

View File

@ -400,7 +400,7 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const *
// print the real limit.
FLOGF_SAFE(exec,
"Failed to execute process '%s': An argument exceeds the OS "
"argument length limit.");
"argument length limit.", actual_cmd);
}
} else {
FLOGF_SAFE(exec,