Changeset 1563

Show
Ignore:
Timestamp:
06/17/08 14:20:46 (4 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/thread.c

    r1562 r1563  
    643643                conn = CONN(i); 
    644644 
    645                 TRACE (ENTRIES, "thread (%p) processing conn (%p), phase %d\n", thd, conn, conn->phase); 
     645                TRACE (ENTRIES, "thread (%p) processing conn (%p), phase %d '%s'\n",  
     646                       thd, conn, conn->phase, phase_to_str(conn->phase)); 
    646647 
    647648                /* Has the connection been too much time w/o any work 
     
    13871388 
    13881389        /* TLS support, set initial connection phase. 
    1389         */ 
     1390        */ 
    13901391        if (tls == TLS) { 
    13911392                new_conn->phase = phase_tls_handshake;