mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix more
This commit is contained in:
parent
482b402fdd
commit
76cb90b0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue