diff src/http/modules/ngx_http_map_module.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents 2a621245f4cf
children db699978a33f
line wrap: on
line diff
--- a/src/http/modules/ngx_http_map_module.c	Thu Mar 31 02:33:55 2016 +0300
+++ b/src/http/modules/ngx_http_map_module.c	Thu Mar 31 02:33:57 2016 +0300
@@ -141,7 +141,7 @@
     *v = *value;
 
     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                   "http map: \"%v\" \"%v\"", &val, v);
+                   "http map: \"%V\" \"%v\"", &val, v);
 
     return NGX_OK;
 }