[Groonga-commit] groonga/groonga at a1bd644 [master] ctx: call BACKTRACE once in LOGTRACE

Back to archive index

Susumu Yata null+****@clear*****
Fri Mar 25 17:09:27 JST 2016


Susumu Yata	2016-03-25 17:09:27 +0900 (Fri, 25 Mar 2016)

  New Revision: a1bd644eb061bd43571f5129d4fb32d650503a9c
  https://github.com/groonga/groonga/commit/a1bd644eb061bd43571f5129d4fb32d650503a9c

  Message:
    ctx: call BACKTRACE once in LOGTRACE

  Modified files:
    lib/grn_ctx.h

  Modified: lib/grn_ctx.h (+0 -1)
===================================================================
--- lib/grn_ctx.h    2016-03-25 15:59:37 +0900 (0443176)
+++ lib/grn_ctx.h    2016-03-25 17:09:27 +0900 (93bb595)
@@ -126,7 +126,6 @@ GRN_API void grn_ctx_impl_set_current_error_message(grn_ctx *ctx);
   if (grn_ctx_impl_should_log(ctx)) {\
     grn_ctx_impl_set_current_error_message(ctx);\
     GRN_LOG(ctx, lvl, __VA_ARGS__);\
-    BACKTRACE(ctx);\
     if (lvl <= GRN_LOG_ERROR) { LOGTRACE(ctx, lvl); }\
   }\
 } while (0)
-------------- next part --------------
HTML����������������������������...
下载 



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