login: fix typo in log message

Reported in #9590.
This commit is contained in:
Yu Watanabe 2018-07-17 03:10:29 +09:00
parent 2bb8d8d9b2
commit 948f7ce4fb
1 changed files with 1 additions and 1 deletions

View 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);