aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
diff options
context:
space:
mode:
Diffstat (limited to 'netlib')
-rw-r--r--netlib/version_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/version_check.py b/netlib/version_check.py
index 09dc23ae..df1612a2 100644
--- a/netlib/version_check.py
+++ b/netlib/version_check.py
@@ -33,7 +33,7 @@ def version_check(
if v < pyopenssl_min_version:
print(
"You are using an outdated version of pyOpenSSL:"
- " mitmproxy requires pyOpenSSL %x or greater." %
+ " mitmproxy requires pyOpenSSL %s or greater." %
pyopenssl_min_version,
file=fp
)