X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=8bbb34ac785fd6cd636b664628c15e99bf84ec4f;hp=cbc5a60d7d9adefdc21eb592c4bc0ff6e0f0eb72;hb=7408a11c30c6d7cf0933ebbedabf9551db598bcd;hpb=972014a9c1334409dbf29e4fd14a2e5be61f2dc1 diff --git a/http_api.c b/http_api.c index cbc5a60..8bbb34a 100644 --- a/http_api.c +++ b/http_api.c @@ -198,7 +198,7 @@ void _http_log_ex(char *file, const char *ident, const char *message TSRMLS_DC) php_stream *log = php_stream_open_wrapper(file, "ab", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); \ \ if (log) { \ - php_stream_printf(log TSRMLS_CC, "%s [%12s] %32s <%s>%s", datetime, type, msg, SG(request_info).request_uri, PHP_EOL); \ + php_stream_printf(log TSRMLS_CC, "%s\t[%s]\t%s\t<%s>%s", datetime, type, msg, SG(request_info).request_uri, PHP_EOL); \ php_stream_close(log); \ } \ \