chiark / gitweb /
machine-id: fix spelling
[elogind.git] / src / core / machine-id-setup.c
index 636519c00c81d7d17b41fc675642fd114bbac3f5..c6fd77ac8dc14b42e37363dfe3d93333b1910a56 100644 (file)
@@ -100,7 +100,7 @@ static int generate(char id[34]) {
                         if (k >= 36) {
                                 r = shorten_uuid(id, uuid);
                                 if (r >= 0) {
-                                        log_info("Initializing machine ID from KVM UUID");
+                                        log_info("Initializing machine ID from KVM UUID.");
                                         return 0;
                                 }
                         }
@@ -119,7 +119,7 @@ static int generate(char id[34]) {
                         if (strlen(e) >= 36) {
                                 r = shorten_uuid(id, e);
                                 if (r >= 0) {
-                                        log_info("Initializing machine ID from container UUID");
+                                        log_info("Initializing machine ID from container UUID.");
                                         free(e);
                                         return 0;
                                 }