1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 18:27:04 +03:00

Merge pull request #1406 from blaskovic/journal-remote-typo

journal-remote: typo in log_error when no sources are specified

[tomegun: this was a pun, but let's not do that]
This commit is contained in:
Tom Gundersen 2015-10-05 23:24:09 +02:00
commit 8c1ba93e2a

View File

@ -954,7 +954,7 @@ static int remoteserver_init(RemoteServer *s,
}
if (s->active == 0) {
log_error("Zarro sources specified");
log_error("Zero sources specified");
return -EINVAL;
}