/[mldonkey]/mldonkey/src/daemon/driver/driverMain.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverMain.ml

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

revision 1.81 by spiralvoice, Sat Nov 5 16:23:40 2005 UTC revision 1.82 by spiralvoice, Sat Nov 19 17:19:45 2005 UTC
# Line 605  for config files at the end. *) Line 605  for config files at the end. *)
605     succeeded is the string token "Core started". *)     succeeded is the string token "Core started". *)
606    if not !keep_console_output then    if not !keep_console_output then
607      begin      begin
608        Pervasives.output_string Pervasives.stdout (Printf.sprintf "%sCore started\n" (log_time ()));        try
609        Pervasives.flush Pervasives.stdout;          Printf.fprintf Pervasives.stderr "%sCore started\n" (log_time ());
610            Pervasives.flush Pervasives.stderr;
611          with _ -> ()
612      end;      end;
613    
614    lprintf_nl (_b "Core started");    lprintf_nl (_b "Core started");

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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