diff options
author | Sterling Hughes <sterling@php.net> | 2001-08-16 06:09:12 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-08-16 06:09:12 +0000 |
commit | fe7b5a34342fbe6cce3dfda0d2374af5e4703c8c (patch) | |
tree | 2028e3f7a1a1a755ec10ef2a65dd11b62c2704fa /sapi | |
parent | b87834a12d7ec040b7706a45628ea83d05264736 (diff) | |
download | php-git-fe7b5a34342fbe6cce3dfda0d2374af5e4703c8c.tar.gz |
darn noet
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 737eedff39..5a57ab1122 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -182,13 +182,13 @@ static void php_apache_sapi_log_message(char *msg) TSRMLS_FETCH(); ctx = SG(server_context); - - /* We use APLOG_STARTUP because it keeps us from printing the - * data and time information at the beginning of the error log - * line. Not sure if this is correct, but it mirrors what happens - * with Apache 1.3 -- rbb - */ - ap_log_error(NULL, APLOG_ERR | APLOG_NOERRNO | APLOG_STARTUP, 0, ctx->f->r->server, "%s", msg); + + /* We use APLOG_STARTUP because it keeps us from printing the + * data and time information at the beginning of the error log + * line. Not sure if this is correct, but it mirrors what happens + * with Apache 1.3 -- rbb + */ + ap_log_error(NULL, APLOG_ERR | APLOG_NOERRNO | APLOG_STARTUP, 0, ctx->f->r->server, "%s", msg); } static sapi_module_struct apache2_sapi_module = { |