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:
parent
f52da59548
commit
8b5c4d167a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user