[Groonga-commit] groonga/groonga [master] Remove debug printfs

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 14:12:04 JST


Ryo Onodera	2012-06-22 14:12:04 +0900 (Fri, 22 Jun 2012)

  New Revision: 87b8f94fe36fe0f9f8cec2f2e8d7a4c5d8817cde
  https://github.com/groonga/groonga/commit/87b8f94fe36fe0f9f8cec2f2e8d7a4c5d8817cde

  Log:
    Remove debug printfs

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

  Modified: src/nginx-module/ngx_http_groonga_module.c (+0 -4)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-22 14:10:51 +0900 (3ff1c5e)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-22 14:12:04 +0900 (a0693bf)
@@ -319,10 +319,8 @@ ngx_http_groonga_init_module(ngx_cycle_t *cycle)
 {
   grn_rc rc;
 
-  printf("grn_init() is called\n");
   rc = grn_init();
   if (rc) {
-    printf("grn_init() failed..\n");
     return NGX_ERROR;
   }
 
@@ -334,10 +332,8 @@ ngx_http_groonga_exit_master(ngx_cycle_t *cycle)
 {
   grn_rc rc;
 
-  printf("grn_fin() is called\n");
   rc = grn_fin();
   if (rc) {
-    printf("grn_fin() failed..\n");
     /* there is nothing we can at this situation... */
   }
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



Groonga-commit メーリングリストの案内
Back to archive index