Reduce logging.

On success this is followed by a "Session resumed" message, and
something should always be logged on failure too.
This commit is contained in:
Ray J. Greenwell
2013-10-28 22:27:01 -07:00
parent 3bbe3a6330
commit e842439bd0
@@ -452,7 +452,7 @@ public class ClientManager
PresentsSession session = getClient(authname);
if (session != null) {
log.info("Resuming session", "type", type, "who", authname, "conn", conn);
//log.info("Resuming session", "type", type, "who", authname, "conn", conn);
session.resumeSession(req, conn);
} else {