]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ensure we use all the arguments
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Nov 2022 16:45:58 +0000 (10:45 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Nov 2022 16:58:10 +0000 (10:58 -0600)
src/lib/server/exec.c

index 0bbdd2a3f63c5fac4a9ad53948c0fb2c272aae46..3f6397a32e06b2658a08abdd15460bdd16c4e3ae 100644 (file)
@@ -594,9 +594,9 @@ void fr_exec_cleanup(fr_exec_state_t *exec, int signal)
        fr_event_list_t *el = unlang_interpret_event_list(request);
 
        if (exec->pid >= 0) {
-               RDEBUG3("Cleaning up exec state for pid %u", exec->pid);
+               RDEBUG3("Cleaning up exec state for PID %u", exec->pid);
        } else {
-               RDEBUG3("Cleaning up failed exec", exec->pid);
+               RDEBUG3("Cleaning up failed exec for PID %u", exec->pid);
        }
 
        /*