mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use DCDebug function
This commit is contained in:
parent
3426aa0009
commit
346ce45c8d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ procedure RemovePoll(fd: cint);
|
|||
implementation
|
||||
|
||||
uses
|
||||
DCUnix;
|
||||
DCUnix, uDebug;
|
||||
|
||||
type
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ var
|
|||
|
||||
procedure Print(const sMessage: String);
|
||||
begin
|
||||
WriteLn('PollThread: ', sMessage);
|
||||
DCDebug('PollThread: ', sMessage);
|
||||
end;
|
||||
|
||||
procedure AddPoll(fd: cint; events: cshort; handler: TNotifyEvent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue