core: move status line ellipsation to 50% of the line

http://lists.freedesktop.org/archives/systemd-devel/2014-July/021591.html
This commit is contained in:
Lennart Poettering 2014-08-14 17:15:09 +02:00
parent 5dcf983854
commit 58d617429d
1 changed files with 1 additions and 1 deletions

View File

@ -3056,7 +3056,7 @@ int status_vprintf(const char *status, bool ellipse, bool ephemeral, const char
if (emax < 3)
emax = 3;
e = ellipsize(s, emax, 75);
e = ellipsize(s, emax, 50);
if (e) {
free(s);
s = e;