summaryrefslogtreecommitdiff
path: root/requests_cache/policy/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests_cache/policy/actions.py')
-rw-r--r--requests_cache/policy/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/policy/actions.py b/requests_cache/policy/actions.py
index ba927b0..eec00dc 100644
--- a/requests_cache/policy/actions.py
+++ b/requests_cache/policy/actions.py
@@ -303,7 +303,7 @@ class CacheActions(RichMixin):
def _log_vary_diff(
headers_1: MutableMapping[str, str], headers_2: MutableMapping[str, str], vary: List[str]
):
- """Log which specific headers specified by Vary did not match, debug purposes"""
+ """Log which specific headers specified by Vary did not match"""
if logger.level > DEBUG:
return
headers_1 = normalize_headers(headers_1)