mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Logging
This commit is contained in:
parent
0153669ca7
commit
b9ea68d48e
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ begin
|
|||
PollThread:= TPollThread.Create;
|
||||
end;
|
||||
PollThread.AddPoll(fd, events, handler, CloseOnDestroy);
|
||||
Print('AddPoll ' + IntToStr(fd));
|
||||
end;
|
||||
|
||||
procedure RemovePoll(fd: cint);
|
||||
|
|
@ -69,6 +70,7 @@ begin
|
|||
Break;
|
||||
end;
|
||||
end;
|
||||
Print('RemovePoll ' + IntToStr(fd));
|
||||
end;
|
||||
|
||||
{ TPollThread }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue