fppkg: Show errors also in the log

git-svn-id: trunk@54846 -
This commit is contained in:
joost 2017-05-09 21:25:20 +00:00
parent a3a7c54e1e
commit a07bb53e34

View File

@ -218,6 +218,7 @@ end;
procedure LazError(const Msg: String);
begin
LazLog(llError, Msg);
if Assigned(FppkgForm) then
FppkgForm.OnErrorThreadSafe(Msg)
else