This commit is contained in:
Adil Hafeez 2025-01-30 15:21:40 -08:00
parent 482b402fdd
commit 76cb90b0a3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -363,7 +363,7 @@ impl StreamContext {
let http_status = self
.get_http_call_response_header(":status")
.unwrap_or(StatusCode::OK.as_str().to_string());
debug!("api call response received: status code: {}", http_status);
debug!("developer api call response received status code: {}", http_status);
if http_status != StatusCode::OK.as_str() {
warn!(
"api server responded with non 2xx status code: {}",