From 29e02ac7a58892600b3309841ecca7fd3b7c7a90 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 12 Apr 2022 15:22:33 +0200 Subject: [PATCH] Add missing argument to MAX_ARG_STRLEN error This was missed in b395b3377663a13a001d7fca7a54d8c08e62d85. No need to relnote, it's trivial --- src/postfork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postfork.cpp b/src/postfork.cpp index c8505c9ed..c7cfcdadf 100644 --- a/src/postfork.cpp +++ b/src/postfork.cpp @@ -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,