]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: fix typo in log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jul 2018 18:10:29 +0000 (03:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jul 2018 18:10:32 +0000 (03:10 +0900)
Reported in #9590.

src/login/logind-user.c

index 99358360ab8f793ae788994a242940240a651806..e18a6f0efeb42082bfe431d36613596dc0f237bc 100644 (file)
@@ -753,7 +753,7 @@ int config_parse_compat_user_tasks_max(
         log_syntax(unit, LOG_NOTICE, filename, line, 0,
                    "Support for option %s= has been removed.",
                    lvalue);
-        log_info("Hint: try creating /etc/systemd/system/user-.slice/50-limits.conf with:\n"
+        log_info("Hint: try creating /etc/systemd/system/user-.slice.d/50-limits.conf with:\n"
                  "        [Slice]\n"
                  "        TasksMax=%s",
                  rvalue);