Changeset 672 for trunk/c2s/c2s.c
- Timestamp:
- 15/08/08 19:50:22 (5 months ago)
- Files:
-
- 1 modified
-
trunk/c2s/c2s.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/c2s/c2s.c
r662 r672 473 473 /* they sasl auth'd, so we only want the new-style session start */ 474 474 else { 475 log_write(sess->c2s->log, LOG_NOTICE, "[%d] SASL authentication succeeded: mechanism=%s; authzid=%s%s ", sess->s->tag, &sess->s->auth_method[5], sess->s->auth_id, sess->s->ssf ? ", TLS negotiated" : "");475 log_write(sess->c2s->log, LOG_NOTICE, "[%d] SASL authentication succeeded: mechanism=%s; authzid=%s%s%s", sess->s->tag, &sess->s->auth_method[5], sess->s->auth_id, sess->s->ssf ? ", TLS negotiated" : "", sess->s->compressed ? ", ZLIB compression enabled" : ""); 476 476 sess->sasl_authd = 1; 477 477 }
