]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't hit an assert when printing status messages about units with overly long...
authorLennart Poettering <lennart@poettering.net>
Wed, 2 Nov 2016 18:02:53 +0000 (12:02 -0600)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Nov 2016 00:10:58 +0000 (20:10 -0400)
commit07ecca0dc9d2d8f3b3abd73ab32f254f339fd903
tree69c02779b533b8ffd540988a1aeca7cba0796a5e
parent0cc6064c3c2ea8e61298ff3b4a49ad63461db9ea
core: don't hit an assert when printing status messages about units with overly long description strings

This essentially reverts one part of d054f0a4d451120c26494263fc4dc175bfd405b1.

(We might also choose to use proper ellipsation here, but I wasn't sure the
memory allocation this requires wouöld be a good idea here...)

Fixes: #4534
src/core/job.c