mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
wait-online: fix typo
This commit is contained in:
parent
88b2a95064
commit
8ca29d97f2
@ -224,7 +224,7 @@ static int run(int argc, char *argv[]) {
|
||||
|
||||
r = sd_event_loop(m->event);
|
||||
if (r == -ETIMEDOUT)
|
||||
return log_error_errno(r, "Timeout occured while waiting for network connectivity.");
|
||||
return log_error_errno(r, "Timeout occurred while waiting for network connectivity.");
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Event loop failed: %m");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user