chiark / gitweb /
logind: add a debug message in case the session already exists
[elogind.git] / src / login / logind-session-dbus.c
index fc728bb9d60e9d775b174b7412ab0f2332460f53..c3d4d60158f274c3b221086a917989fdc0f9d80b 100644 (file)
@@ -675,9 +675,11 @@ int session_send_create_reply(Session *s, sd_bus_error *error) {
                 return -ENOMEM;
 
         log_debug("Sending reply about created session: "
-                  "id=%s object_path=%s runtime_path=%s session_fd=%d seat=%s vtnr=%u",
+                  "id=%s object_path=%s uid=%u runtime_path=%s "
+                  "session_fd=%d seat=%s vtnr=%u",
                   s->id,
                   p,
+                  (uint32_t) s->user->uid,
                   s->user->runtime_path,
                   fifo_fd,
                   s->seat ? s->seat->id : "",