From 76cb90b0a35d10052a6c7c6a3ef69481357d642a Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 30 Jan 2025 15:21:40 -0800 Subject: [PATCH] fix more --- crates/prompt_gateway/src/stream_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/prompt_gateway/src/stream_context.rs b/crates/prompt_gateway/src/stream_context.rs index 110db924..c91f0da7 100644 --- a/crates/prompt_gateway/src/stream_context.rs +++ b/crates/prompt_gateway/src/stream_context.rs @@ -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: {}",