From: Djalal Harouni Date: Wed, 19 Feb 2014 22:17:45 +0000 (+0100) Subject: logind: add a debug message in case the session already exists X-Git-Tag: v211~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=236af516b866473c22f980b556a2d7535cef4d9b;hp=236af516b866473c22f980b556a2d7535cef4d9b logind: add a debug message in case the session already exists If the session already exists then the only way to log it is to set the debug option of pam_systemd. There are no debug messages in the login service that permits to log if the session already exists. So just add it, and while we are it add the "uid" field to the debug message that indicates that the session was created. ---