/[mldonkey]/mldonkey/src/networks/bittorrent/bTComplexOptions.ml
ViewVC logotype

Diff of /mldonkey/src/networks/bittorrent/bTComplexOptions.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by spiralvoice, Sun Apr 24 19:44:16 2005 UTC revision 1.19 by spiralvoice, Thu Jul 7 00:25:46 2005 UTC
# Line 159  let value_to_file file_size file_state a Line 159  let value_to_file file_size file_state a
159          (get_value  "file_sources" (          (get_value  "file_sources" (
160            value_to_list (ClientOption.of_value file)))            value_to_list (ClientOption.of_value file)))
161      with e ->      with e ->
162          lprintf "Exception %s while loading sources\n"          lprintf_nl "[BT]: Exception %s while loading sources"
163            (Printexc2.to_string e);            (Printexc2.to_string e);
164    );    );
165    
# Line 206  send us more clients. Line 206  send us more clients.
206          Int64Swarmer.swarmer_to_value swarmer assocs          Int64Swarmer.swarmer_to_value swarmer assocs
207    with    with
208      e ->      e ->
209        lprintf "BTComplexOptions: exception %s in file_to_value\n"        lprintf_nl "BTComplexOptions: exception %s in file_to_value"
210          (Printexc2.to_string e); raise e          (Printexc2.to_string e); raise e
211                
212  let old_files =  let old_files =

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26