mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
networkd: log when finished enumerating links and addresses
This commit is contained in:
parent
dab2bce81e
commit
73432d67b5
@ -104,6 +104,8 @@ int main(int argc, char *argv[]) {
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log_info("Enumeration completed");
|
||||||
|
|
||||||
sd_notify(false,
|
sd_notify(false,
|
||||||
"READY=1\n"
|
"READY=1\n"
|
||||||
"STATUS=Processing requests...");
|
"STATUS=Processing requests...");
|
||||||
|
Loading…
Reference in New Issue
Block a user