chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff27c7
)
logind: fix misleading message
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 7 Dec 2017 12:12:13 +0000
(13:12 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:38 +0000
(07:49 +0200)
This message would also be emitted at boot for any user with linger
enabled, so "logged in" is the wrong term to use.
src/login/logind-user.c
patch
|
blob
|
history
diff --git
a/src/login/logind-user.c
b/src/login/logind-user.c
index b82941c5bd88f160c70ffe28eedd21eed6bd1e0f..17cea1827d951ee93d3aafad42251978d4304d5c 100644
(file)
--- a/
src/login/logind-user.c
+++ b/
src/login/logind-user.c
@@
-479,7
+479,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);