diff src/http/modules/ngx_http_random_index_module.c @ 6477:47daf95d0138

Fixed logging in close error handling.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:50 +0300
parents 778ef9c3fd2d
children 061ec464813f
line wrap: on
line diff
--- a/src/http/modules/ngx_http_random_index_module.c
+++ b/src/http/modules/ngx_http_random_index_module.c
@@ -230,7 +230,7 @@ ngx_http_random_index_handler(ngx_http_r
 
     if (ngx_close_dir(&dir) == NGX_ERROR) {
         ngx_log_error(NGX_LOG_ALERT, r->connection->log, ngx_errno,
-                      ngx_close_dir_n " \"%s\" failed", &path);
+                      ngx_close_dir_n " \"%V\" failed", &path);
     }
 
     n = names.nelts;