aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_slab.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-01-12 15:36:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-01-12 15:36:30 +0000
commit19961d20ceb90d7b3a7b0b7276974d88affe722e (patch)
treed75adc263467f6c536aaa22b6d3e58a1bd1ad844 /src/core/ngx_slab.c
parent303df47fcbbbbb9d2bc823b0bdae54682db358a9 (diff)
downloadnginx-19961d20ceb90d7b3a7b0b7276974d88affe722e.tar.gz
nginx-19961d20ceb90d7b3a7b0b7276974d88affe722e.zip
style fix
Diffstat (limited to 'src/core/ngx_slab.c')
-rw-r--r--src/core/ngx_slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_slab.c b/src/core/ngx_slab.c
index b187026d8..233544b22 100644
--- a/src/core/ngx_slab.c
+++ b/src/core/ngx_slab.c
@@ -685,7 +685,7 @@ ngx_slab_alloc_pages(ngx_slab_pool_t *pool, ngx_uint_t pages)
}
ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, NGX_ENOMEM,
- "ngx_slab_alloc(): failed");
+ "ngx_slab_alloc(): failed");
return NULL;
}