# HG changeset patch # User Sergey Kandaurov # Date 1539879488 -10800 # Node ID 2c8c10f0051810a6aca82f5e9c6dd172df853389 # Parent 8cef5ef9833635f6e1b458cc34454cd615ff588d Development guide: fixed quotes encoding in . diff -r 8cef5ef98336 -r 2c8c10f00518 xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Oct 17 15:42:16 2018 -0700 +++ b/xml/en/docs/dev/development_guide.xml Thu Oct 18 19:18:08 2018 +0300 @@ -1964,14 +1964,14 @@ /* specify what is currently done */ -log->action = "sending mp4 to client”; +log->action = "sending mp4 to client"; /* error and debug log */ ngx_log_error(NGX_LOG_INFO, c->log, 0, "client prematurely - closed connection”); + closed connection"); ngx_log_debug2(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, - "mp4 start:%ui, length:%ui”, mp4->start, mp4->length); + "mp4 start:%ui, length:%ui", mp4->start, mp4->length); @@ -1981,7 +1981,7 @@ 2016/09/16 22:08:52 [info] 17445#0: *1 client prematurely closed connection while -sending mp4 to client, client: 127.0.0.1, server: , request: "GET /file.mp4 HTTP/1.1” +sending mp4 to client, client: 127.0.0.1, server: , request: "GET /file.mp4 HTTP/1.1" 2016/09/16 23:28:33 [debug] 22140#0: *1 mp4 start:0, length:10000