From fd942e04cdbbc78aac22e93388e57f13b6381f86 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 13 Apr 2022 17:07:42 +0200 Subject: [PATCH] Also change the MAX_ARG_STRLEN message Missed in 1326c286fa519a2b61b69f691c8d2f7df63 --- src/postfork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postfork.cpp b/src/postfork.cpp index 7392f2104..9d78351a3 100644 --- a/src/postfork.cpp +++ b/src/postfork.cpp @@ -401,7 +401,7 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const * // defined in binfmts.h, but we don't want to include that just to be able to // print the real limit. FLOGF_SAFE(exec, - "Failed to execute process '%s': An argument exceeds the OS " + "Failed to execute process '%s': An argument or exported variable exceeds the OS " "argument length limit.", actual_cmd); }