From: Yu Watanabe Date: Mon, 16 Jul 2018 18:10:29 +0000 (+0900) Subject: login: fix typo in log message X-Git-Tag: v240~969^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948f7ce4fbbb393e3c6a12ab3fbc7023b4124e43;p=thirdparty%2Fsystemd.git login: fix typo in log message Reported in #9590. --- diff --git a/src/login/logind-user.c b/src/login/logind-user.c index 99358360ab8..e18a6f0efeb 100644 --- a/src/login/logind-user.c +++ b/src/login/logind-user.c @@ -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);