From ca91814b8518878f5531fddfa240258c88df7e8f Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 19 Feb 2026 19:33:34 +0530 Subject: [PATCH] rrevert changes --- litellm/proxy/pass_through_endpoints/pass_through_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py b/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py index 8396ac8dc90..883e90f8fef 100644 --- a/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/pass_through_endpoints.py @@ -1877,7 +1877,7 @@ class InitPassThroughEndpointHelpers: # Check if this exact route is already registered if route_key in _registered_pass_through_routes: verbose_proxy_logger.debug( - "Updating duplicate exact pass through endpoint: %s (already registered)", + "Updating duplicate exact pass through endpoint: %s with methods %s (already registered)", path, methods, )