Skip to content

Commit

Permalink
ctx: call BACKTRACE once in LOGTRACE
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Mar 25, 2016
1 parent 9235993 commit a1bd644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/grn_ctx.h
Expand Up @@ -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)
Expand Down

0 comments on commit a1bd644

Please sign in to comment.