diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-04 22:28:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-04 22:28:13 +0100 |
commit | 9b4f818bd8dd45029992f844d07a61c9977da720 (patch) | |
tree | a55aaa4b52984fc7f69ff9a44d9e0287eb19e65f /src | |
parent | d7ccca2e3f86feb81a48e243d8bad78814659a74 (diff) |
machine-id: typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/machine-id-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine-id-setup.c b/src/machine-id-setup.c index 940670b339..0ec6192449 100644 --- a/src/machine-id-setup.c +++ b/src/machine-id-setup.c @@ -155,7 +155,7 @@ int machine_id_setup(void) { if (r < 0) log_error("Failed to mount /etc/machine-id: %s", strerror(-r)); else - log_info("Installed non-transient /etc/machine-id file."); + log_info("Installed transient /etc/machine-id file."); finish: |