Commit e4dfcae

Nick committed on
Allow multiple instances to run (fixes #42)
commit e4dfcaed1db0fde095a12b7f338e3c4ccdf6dff0 parent 957ed5e
1 changed files +1−2
ModifiedhUGETracker.lpr +1−2
@@ -69,8 +69,7 @@ begin
69 {$endif} 69 {$endif}
70 70
71 {$ifdef PRODUCTION} 71 {$ifdef PRODUCTION}
72 Assign(Output, 'output.log'); 72 Output := StdErr;
73 Rewrite(Output);
74 {$endif} 73 {$endif}
75 74
76 Application.Scaled:=True; 75 Application.Scaled:=True;