mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
wait-online: fix typo
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user