mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
fix more
This commit is contained in:
parent
76cb90b0a3
commit
c581cba4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ impl StreamContext {
|
||||||
let http_status = self
|
let http_status = self
|
||||||
.get_http_call_response_header(":status")
|
.get_http_call_response_header(":status")
|
||||||
.unwrap_or(StatusCode::OK.as_str().to_string());
|
.unwrap_or(StatusCode::OK.as_str().to_string());
|
||||||
debug!("developer 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() {
|
if http_status != StatusCode::OK.as_str() {
|
||||||
warn!(
|
warn!(
|
||||||
"api server responded with non 2xx status code: {}",
|
"api server responded with non 2xx status code: {}",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue