Skip to content

Commit

Permalink
Update provider.h
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored Jan 2, 2024
1 parent de92ec5 commit a991e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define XSTR(x) STR(x)
#define STR(x) #x

#pragma message ( "OPENTELEMETRY_EXPORT value: " STR(OPENTELEMETRY_EXPORT) )
#pragma message ( "OPENTELEMETRY_EXPORT value: " XSTR(OPENTELEMETRY_EXPORT) )

OPENTELEMETRY_BEGIN_NAMESPACE
namespace trace
Expand Down

0 comments on commit a991e55

Please sign in to comment.