[Groonga-commit] groonga/groonga at 4aaca19 [master] Remove debug output to stderr

Back to archive index

susumu.yata null+****@clear*****
Thu Oct 16 17:37:30 JST 2014


susumu.yata	2014-10-16 17:37:30 +0900 (Thu, 16 Oct 2014)

  New Revision: 4aaca196c399d790e7fb5158e813acdc435da4c3
  https://github.com/groonga/groonga/commit/4aaca196c399d790e7fb5158e813acdc435da4c3

  Message:
    Remove debug output to stderr

  Modified files:
    lib/dat.cpp

  Modified: lib/dat.cpp (+1 -1)
===================================================================
--- lib/dat.cpp    2014-10-16 17:29:36 +0900 (fa418e2)
+++ lib/dat.cpp    2014-10-16 17:37:30 +0900 (8588857)
@@ -701,7 +701,7 @@ grn_dat_scan(grn_ctx *ctx, grn_dat *dat, const char *str,
                                                           dat->normalizer,
                                                           flags);
       if (!normalized_string) {
-        fprintf(stderr, "error: grn_string_open() failed!\n");
+        *str_rest = str;
         return -1;
       }
       grn_string_get_normalized(ctx, normalized_string, &str, &str_size, NULL);
-------------- next part --------------
HTML����������������������������...
Download 



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