mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 10:39:18 +02:00
updatepofiles: improved diagnostic output
(cherry picked from commit e2f89909cf
)
This commit is contained in:
parent
09e29473ed
commit
e61ebf84c2
@ -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