]> git.ipfire.org Git - thirdparty/systemd.git/commit
coredump: fix message when we fail to save a journald coredump
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 5 Dec 2018 20:34:24 +0000 (21:34 +0100)
committerLukáš Nykrýn <lnykryn@redhat.com>
Thu, 7 Feb 2019 11:57:43 +0000 (12:57 +0100)
commit04326c02ca80666e66a5da8e6a46c2fc4476000c
treef5dc0d9f55531f259de22d94a01047b8d6e00830
parent6298317e2d0dffb1ff4ecebedb8709645de36b6a
coredump: fix message when we fail to save a journald coredump

If creation of the message failed, we'd write a bogus entry:
systemd-coredump[1400]: Cannot store coredump of 416 (systemd-journal): No space left on device
systemd-coredump[1400]: MESSAGE=Process 416 (systemd-journal) of user 0 dumped core.
systemd-coredump[1400]: Coredump diverted to

(cherry-picked from commit f0136e09221364f931c3a3b715da4e4d3ee9f2ac)

Related: #1664976
src/coredump/coredump.c