[systemd-commits] src/machine-id-setup.c
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Mar 4 13:28:19 PST 2011
src/machine-id-setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9b4f818bd8dd45029992f844d07a61c9977da720
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Mar 4 22:28:13 2011 +0100
machine-id: typo fix
diff --git a/src/machine-id-setup.c b/src/machine-id-setup.c
index 940670b..0ec6192 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:
More information about the systemd-commits
mailing list