mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
machine-id: typo fix
This commit is contained in:
parent
d7ccca2e3f
commit
9b4f818bd8
@ -155,7 +155,7 @@ int machine_id_setup(void) {
|
|||||||
if (r < 0)
|
if (r < 0)
|
||||||
log_error("Failed to mount /etc/machine-id: %s", strerror(-r));
|
log_error("Failed to mount /etc/machine-id: %s", strerror(-r));
|
||||||
else
|
else
|
||||||
log_info("Installed non-transient /etc/machine-id file.");
|
log_info("Installed transient /etc/machine-id file.");
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user