From d74fa394543df9b38eec7ee9b0b6e440e3f2db07 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 4 Jan 2025 18:47:36 -0800 Subject: [PATCH] fix [PROXY] returned data from litellm_pre_call_util (#7558) --- litellm/proxy/litellm_pre_call_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/litellm_pre_call_utils.py b/litellm/proxy/litellm_pre_call_utils.py index 6aab53f43a..6cd7dca743 100644 --- a/litellm/proxy/litellm_pre_call_utils.py +++ b/litellm/proxy/litellm_pre_call_utils.py @@ -602,7 +602,7 @@ async def add_litellm_data_to_request( # noqa: PLR0915 ) verbose_proxy_logger.debug( - f"[PROXY]returned data from litellm_pre_call_utils: {data}" + "[PROXY] returned data from litellm_pre_call_utils: %s", data ) ## ENFORCED PARAMS CHECK