Changeset 5194 for trunk/libtransmission/metainfo.c
- Timestamp:
- Mar 4, 2008, 2:13:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/metainfo.c
r5193 r5194 473 473 if( 0 == inf->trackerTiers ) 474 474 { 475 tr_inf( _( " No valid entries in \"announce-list\"" ));475 tr_inf( _( "Incomplete benc entry \"%s\"" ), "announce-list" ); 476 476 free( inf->trackerList ); 477 477 inf->trackerList = NULL; … … 493 493 if( NULL == val || TYPE_STR != val->type ) 494 494 { 495 tr_err( _( " No \"announce\" entry" ));495 tr_err( _( "Missing benc entry \"%s\"" ), "announce" ); 496 496 return TR_EINVALID; 497 497 }
Note: See TracChangeset
for help on using the changeset viewer.