diff --git a/litellm/types/utils.py b/litellm/types/utils.py index eccdc7427dc..3c77b06365c 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -2594,7 +2594,7 @@ class AdapterCompletionStreamWrapper: except StopIteration: raise StopIteration except Exception as e: - verbose_logger.debug(f"AdapterCompletionStreamWrapper - {e}") + verbose_logger.debug("AdapterCompletionStreamWrapper - %s", e) async def __anext__(self): try: