mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
updatepofiles: improved diagnostic output
This commit is contained in:
parent
a2daac1ca8
commit
e2f89909cf
@ -112,7 +112,7 @@ begin
|
||||
FL.Free;
|
||||
end;
|
||||
end;
|
||||
//writeln('Found resource string table file: ', Result);
|
||||
writeln('Found resource string table file: ', Result);
|
||||
end;
|
||||
|
||||
function ParamsValid: boolean;
|
||||
@ -161,7 +161,7 @@ begin
|
||||
|
||||
if (Filename='') or (not IsResFile) then
|
||||
begin
|
||||
writeln('ERROR: file not found: ', FileName);
|
||||
writeln('ERROR: file not found: ', CurParam);
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user