]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: optimize the common case where whitespace stripping is not needed
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Jun 2018 09:41:08 +0000 (11:41 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Jul 2018 16:02:50 +0000 (18:02 +0200)
commitc3950a9bbe0d6f8ddd735a6f902281a3b2b4ca15
tree422931a80e79c3d092c44c733d540a9fd776d279
parent8ce2809248e3303dcac5250979c0a54dd13f0a26
journal: optimize the common case where whitespace stripping is not needed

If we can just use the original data, let's do that.
src/journal/journald-syslog.c