Add missing argument to MAX_ARG_STRLEN error
This was missed in b395b3377663a13a001d7fca7a54d8c08e62d85. No need to relnote, it's trivial
This commit is contained in:
parent
143757e8c6
commit
29e02ac7a5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user