Merge branch 'meta-ed-master'

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-05-14 11:59:34 +02:00
commit 508ed72bcf

View File

@ -1857,7 +1857,7 @@ void fprintlog_write(struct filed *f, struct iovec *iov, int iovcnt, int flags)
f->f_time = timer_now(); f->f_time = timer_now();
logit("\n"); logit("\n");
pushiov(iov, iovcnt, "\r\n"); pushiov(iov, iovcnt, "\r\n");
wallmsg(f, &iov[1], iovcnt - 1); wallmsg(f, &iov[0], iovcnt);
break; break;
} /* switch */ } /* switch */