FIX: Small fix

This commit is contained in:
Alexander Koblov 2010-02-16 20:40:06 +00:00
commit 2b37af9ad1
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@ end;
procedure TMultiArchiveCopyInOperation.OnReadLn(str: string);
begin
if FMultiArchiveFileSource.MultiArcItem.FConsoleOutput then
logWrite(str, lmtInfo, True, False);
logWrite(Thread, str, lmtInfo, True, False);
end;
procedure TMultiArchiveCopyInOperation.UpdateProgress(SourceName,

View file

@ -175,7 +175,7 @@ end;
procedure TMultiArchiveDeleteOperation.OnReadLn(str: string);
begin
if FMultiArchiveFileSource.MultiArcItem.FConsoleOutput then
logWrite(str, lmtInfo, True, False);
logWrite(Thread, str, lmtInfo, True, False);
end;
procedure TMultiArchiveDeleteOperation.CheckForErrors(const FileName: UTF8String; ExitStatus: LongInt);