chiark / gitweb /
update README
[elogind.git] / src / getty-generator.c
index b8228e98223f83506a54019f427389f46a18f959..7cce76fb81cefea9826fea2ed21029998b43f78c 100644 (file)
@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
         umask(0022);
 
         if (detect_container(NULL) > 0) {
-                log_debug("Automatic adding console shell.");
+                log_debug("Automatically adding console shell.");
 
                 if (add_symlink("console-shell.service", "console-shell.service") < 0)
                         r = EXIT_FAILURE;