Skip to content

Commit

Permalink
removed trace from lock scope
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jameslongo committed Aug 9, 2024
1 parent cd6e87a commit ebfcfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/azure_credentials_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class azure_credentials_provider
{
std::lock_guard<std::mutex> lock(_creds_mtx);
auth = _creds->GetToken(request_context, context);
TRACE_DEBUG(trace, "azure_credentials_provider: successfully retrieved token");
}
TRACE_DEBUG(trace, "azure_credentials_provider: successfully retrieved token");
token_out = auth.Token;

// Casting from an azure DateTime object to a time_point does the calculation
Expand Down

0 comments on commit ebfcfe7

Please sign in to comment.