LazLogger: fixed logfile with relative path

git-svn-id: trunk@44296 -
This commit is contained in:
martin 2014-02-28 17:42:19 +00:00
parent 1489dc5cb6
commit 4ea228a9e3

View File

@ -253,7 +253,7 @@ begin
if FLogName = AValue then Exit;
DoCloseFile;
FLogName := CreateAbsolutePath(AValue, GetCurrentDirUTF8);
FLogName := CleanAndExpandFilename(AValue);
FLogTextFailed := False;
end;