Skip to content

Commit

Permalink
stackdriver: revert log line change
Browse files Browse the repository at this point in the history
Signed-off-by: Braydon Kains <[email protected]>
  • Loading branch information
braydonk authored Nov 27, 2024
1 parent 7835635 commit efd9944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_stackdriver/stackdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static flb_sds_t get_google_token(struct flb_stackdriver *ctx)
* Cached token is expired. Wait on lock to use up-to-date token
* by either waiting for it to be refreshed or refresh it ourselves.
*/
flb_plg_info(ctx->ins, "Cached token is expired, waiting on lock: current_timestamp=%lld, cached_expiration=%lld");
flb_plg_info(ctx->ins, "Cached token is expired. Waiting on lock.");
ret = pthread_mutex_lock(&ctx->token_mutex);
}
}
Expand Down

0 comments on commit efd9944

Please sign in to comment.