diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-03 16:43:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-03 16:43:54 +0000 |
commit | 25b36fedf72139617dc172dbca887888b258698d (patch) | |
tree | a2279a6ecdbac2779e206eb5da2640bb95f95c99 /src/core/ngx_log.c | |
parent | a4b16df728abe1e989a8311e901ba5d9ae30328e (diff) | |
download | nginx-25b36fedf72139617dc172dbca887888b258698d.tar.gz nginx-25b36fedf72139617dc172dbca887888b258698d.zip |
nginx-0.0.2-2004-02-03-19:43:54 import
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 1f7bb11a9..a902f1e31 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -79,7 +79,7 @@ void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err, /* pid#tid */ len += ngx_snprintf(errstr + len, max - len, - PID_T_FMT "#%d: ", ngx_getpid(), /* STUB */ 0); + PID_T_FMT "#%d: ", ngx_pid, /* STUB */ 0); if (log->data) { len += ngx_snprintf(errstr + len, max - len, |