Changeset 672 for trunk/c2s/authreg.c
- Timestamp:
- 15/08/08 19:50:22 (5 months ago)
- Files:
-
- 1 modified
-
trunk/c2s/authreg.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/c2s/authreg.c
r629 r672 322 322 if(authd) 323 323 { 324 log_write(c2s->log, LOG_NOTICE, "[%d] legacy authentication succeeded: host=%s, username=%s, resource=%s%s ", sess->s->tag, sess->host->realm, username, resource, sess->s->ssf ? ", TLS negotiated" : "");324 log_write(c2s->log, LOG_NOTICE, "[%d] legacy authentication succeeded: host=%s, username=%s, resource=%s%s%s", sess->s->tag, sess->host->realm, username, resource, sess->s->ssf ? ", TLS negotiated" : "", sess->s->compressed ? ", ZLIB compression enabled" : ""); 325 325 326 326 /* create new bound jid holder */
