From: Daan De Meyer Date: Mon, 26 Aug 2024 10:02:30 +0000 (+0200) Subject: crash-handler: Add back notice log message X-Git-Tag: v257-rc1~626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b275c2acd714fbfe2544bf6933124baaa68b2dd;p=thirdparty%2Fsystemd.git crash-handler: Add back notice log message Fixes https://github.com/systemd/systemd/pull/33959#discussion_r1730987738 --- diff --git a/src/core/crash-handler.c b/src/core/crash-handler.c index a9425c07909..68bc96e517e 100644 --- a/src/core/crash-handler.c +++ b/src/core/crash-handler.c @@ -155,6 +155,8 @@ _noreturn_ static void crash(int sig, siginfo_t *siginfo, void *context) { (void) sigaction(SIGCHLD, &sa, NULL); if (arg_crash_shell) { + log_notice("Executing crash shell..."); + pid = raw_clone(SIGCHLD); if (pid < 0) log_struct_errno(LOG_EMERG, errno,