Changeset 3336
- Timestamp:
- Oct 9, 2007, 3:06:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tracker.c
r3332 r3336 564 564 tr_inf( "Got scrape response from '%s': %s", 565 565 primaryAddress, 566 ( req? req->response_code_line : "(null)") );566 ( ( req && req->response_code_line ) ? req->response_code_line : "(null)") ); 567 567 568 568 t = getExistingTracker( primaryAddress );
Note: See TracChangeset
for help on using the changeset viewer.