1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 16:21:26 +03:00

logind: fix misleading message

This message would also be emitted at boot for any user with linger
enabled, so "logged in" is the wrong term to use.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-12-07 13:12:13 +01:00
parent f52da59548
commit 8b5c4d167a

View File

@ -458,7 +458,7 @@ int user_start(User *u) {
u->stopping = false;
if (!u->started) {
log_debug("New user %s logged in.", u->name);
log_debug("Starting services for new user %s.", u->name);
/* Make XDG_RUNTIME_DIR */
r = user_mkdir_runtime_path(u);