updatepofiles: improved diagnostic output

(cherry picked from commit e2f89909cf)
This commit is contained in:
Maxim Ganetsky 2021-08-11 02:36:11 +03:00
parent 09e29473ed
commit e61ebf84c2

View File

@ -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;