[Groonga-commit] groonga/groonga at 7e15d0d [master] groonga-httpd: remove a needless space in log message

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 9 18:12:14 JST 2015


Kouhei Sutou	2015-07-09 18:12:14 +0900 (Thu, 09 Jul 2015)

  New Revision: 7e15d0d8045a301a9e6898be11dd77647882afbd
  https://github.com/groonga/groonga/commit/7e15d0d8045a301a9e6898be11dd77647882afbd

  Message:
    groonga-httpd: remove a needless space in log message
    
        2015-07-09 18:10:00.863253|n|  grn_fin (0) ->
        2015-07-09 18:10:00.863253|n| grn_fin (0)

  Modified files:
    src/httpd/nginx-module/ngx_http_groonga_module.c

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+1 -1)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2015-07-09 17:59:35 +0900 (727e65f)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2015-07-09 18:12:14 +0900 (fc47a08)
@@ -173,7 +173,7 @@ ngx_http_groonga_logger_log(grn_ctx *ctx, grn_log_level level,
   size_t postfix_size;
   size_t log_message_size;
 
-#define LOG_PREFIX_FORMAT "%s|%c|%s "
+#define LOG_PREFIX_FORMAT "%s|%c|%s"
   prefix_size =
     strlen(timestamp) +
     1 /* | */ +
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index