mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 00:39:28 +01:00
* small cleanup
This commit is contained in:
parent
7f8c50fe3c
commit
965d9de658
@ -14,9 +14,9 @@ begin
|
|||||||
openlog(pchar(prefix),LOG_NOWAIT,LOG_DEBUG);
|
openlog(pchar(prefix),LOG_NOWAIT,LOG_DEBUG);
|
||||||
for i:=1 to 10 do
|
for i:=1 to 10 do
|
||||||
syslog(log_info,'This is message number %d'#10,[i]);
|
syslog(log_info,'This is message number %d'#10,[i]);
|
||||||
prefix:='';
|
prefix:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
dotest;
|
dotest;
|
||||||
end.
|
end.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user