Skip to content

Commit

Permalink
fixing an apparent logging macro bug (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelrod authored Aug 16, 2023
1 parent 0d1326a commit c0092c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/common/global_log_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ OPENTELEMETRY_END_NAMESPACE
OTEL_INTERNAL_LOG_WARN_1_ARGS)
# define OTEL_INTERNAL_LOG_WARN(...) OTEL_INTERNAL_LOG_WARN_MACRO(__VA_ARGS__)(__VA_ARGS__)
#else
# define OTEL_INTERNAL_LOG_ERROR(...)
# define OTEL_INTERNAL_LOG_WARN(...)
#endif

#if OTEL_INTERNAL_LOG_LEVEL >= OTEL_INTERNAL_LOG_LEVEL_DEBUG
Expand Down

0 comments on commit c0092c4

Please sign in to comment.