logind: fix misleading message
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Dec 2017 12:12:13 +0000 (13:12 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Dec 2017 13:57:07 +0000 (14:57 +0100)
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

index f17bc26..00c2a22 100644 (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);