mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:21:24 +02:00
IDE: unified ide debugln
This commit is contained in:
parent
f5eead6d84
commit
dcd1582c63
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user