manager: make use of NEWLINE macro where appropriate

This commit is contained in:
Lennart Poettering 2018-01-05 12:18:32 +01:00
parent d6552eaa6c
commit 007e4b5490
1 changed files with 1 additions and 1 deletions

View File

@ -1886,7 +1886,7 @@ static void manager_invoke_notify_message(Manager *m, Unit *u, pid_t pid, const
assert(u);
assert(buf);
tags = strv_split(buf, "\n\r");
tags = strv_split(buf, NEWLINE);
if (!tags) {
log_oom();
return;