mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user