diff --git a/src/oauth2.rs b/src/oauth2.rs index 4748325cc..01567dbcb 100644 --- a/src/oauth2.rs +++ b/src/oauth2.rs @@ -142,7 +142,7 @@ pub fn dc_get_oauth2_access_token( if !response.status().is_success() { warn!( context, - "Error calling OAuth2 at {}: {:?}", + "Unsuccessful response when calling OAuth2 at {}: {:?}", token_url, response.status() );