Unverified Commit c2c0c82a authored by Julia Garland's avatar Julia Garland Committed by GitHub
Browse files

CDRIVER-4697: more efficient trace toggle (#1634)

Optimized trace toggle in mongoc-trace-private.h by updating if (MONGOC_TRACE_ENABLED) to if (MONGOC_TRACE_ENABLED && gLogTrace) and removing static from gLogTrace.
parent 58f9b490
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment