IDE: unified ide debugln

This commit is contained in:
mattias 2023-08-08 01:52:11 +02:00
parent f5eead6d84
commit dcd1582c63

View File

@ -348,7 +348,7 @@ begin
Tool.Release(Self); Tool.Release(Self);
end; end;
if ConsoleVerbosity>=0 then if ConsoleVerbosity>=0 then
DebugLn('[TCompiler.Compile] end'); DebugLn('Info: (lazarus) [TCompiler.Compile] end');
end; end;
procedure TCompiler.WriteError(const Msg: string); procedure TCompiler.WriteError(const Msg: string);