mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
IDE: unified ide debugln
This commit is contained in:
parent
f5eead6d84
commit
dcd1582c63
@ -348,7 +348,7 @@ begin
|
||||
Tool.Release(Self);
|
||||
end;
|
||||
if ConsoleVerbosity>=0 then
|
||||
DebugLn('[TCompiler.Compile] end');
|
||||
DebugLn('Info: (lazarus) [TCompiler.Compile] end');
|
||||
end;
|
||||
|
||||
procedure TCompiler.WriteError(const Msg: string);
|
||||
|
Loading…
Reference in New Issue
Block a user