Skip to content

Commit

Permalink
Mantis 5819: use the given parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Mar 2, 2012
1 parent e691aca commit 11144ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvcl/run/JvLogFile.pas
Expand Up @@ -153,7 +153,7 @@ procedure TJvLogFile.Add(const Title : string; const Severity : TJvLogEventSever

procedure TJvLogFile.Add(const Time, Title, Description: string);
begin
Add(DateTimeToStr(Now), Title, FDefaultSeverity, Description);
Add(Time, Title, FDefaultSeverity, Description);
end;

procedure TJvLogFile.Add(const Title, Description: string);
Expand Down

0 comments on commit 11144ee

Please sign in to comment.