mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 14:51:27 +02:00
* Fixed compilation
git-svn-id: trunk@7027 -
This commit is contained in:
parent
593ac3db1d
commit
027b91a1f7
@ -25,8 +25,8 @@ begin
|
||||
end;
|
||||
|
||||
{ The following line just prints a message to the errorlog }
|
||||
ap_log_error(APLOG_MARK, APLOG_NOERRNO or APLOG_NOTICE, 0, r^.server,
|
||||
'mod_hello: %s', 'Before content is output');
|
||||
ap_log_error('me',1, APLOG_NOERRNO or APLOG_NOTICE, 0, r^.server,
|
||||
'mod_hello: %s', ['Before content is output']);
|
||||
|
||||
{ We set the content type before doing anything else }
|
||||
ap_set_content_type(r, 'text/html');
|
||||
|
Loading…
Reference in New Issue
Block a user