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:
commit
8c1ba93e2a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user