mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Small fix
This commit is contained in:
parent
0b5fe30e06
commit
2b37af9ad1
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue