Changeset 7831


Ignore:
Timestamp:
Feb 5, 2009, 8:53:59 PM (14 years ago)
Author:
charles
Message:

(trunk libT) more hoops for Biiaru

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/web.c

    r7828 r7831  
    319319        dbgmsg( "event_cb(): fd %d, still_running is %d", fd, g->still_running );
    320320    } while( mcode == CURLM_CALL_MULTI_PERFORM );
    321     tr_assert( mcode == CURLM_OK, "curl_multi_socket_action() failed: %d (%s)", mcode, curl_multi_strerror( mcode ) );
     321    tr_assert( mcode == CURLM_OK, "curl_multi_socket_action() failed on fd %d: %d (%s)", fd, mcode, curl_multi_strerror( mcode ) );
    322322    if( mcode != CURLM_OK )
    323323        tr_err( "%s", curl_multi_strerror( mcode ) );
Note: See TracChangeset for help on using the changeset viewer.