Improve logging
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 7 Apr 2017 16:24:14 +0000 (18:24 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 7 Apr 2017 16:24:14 +0000 (18:24 +0200)
org.argeo.cms/src/org/argeo/cms/internal/auth/CmsSessionImpl.java

index 42f5e6ae08def8ed2e93779f469b4d5b7a19d31e..0b35d1d64a8dcbc24d03a15bd7edcf4ff1376d86 100644 (file)
@@ -191,7 +191,7 @@ public class CmsSessionImpl implements CmsSession {
        }
 
        public String toString() {
-               return "CMS Session local=" + localSessionId + ", uuid=" + uuid;
+               return "CMS Session " + userDn + " local=" + localSessionId + ", uuid=" + uuid;
        }
 
        public static CmsSession getByLocalId(String localId) {