Skip to content

Commit f05e8ba

Browse files
add more log
1 parent e32fc8a commit f05e8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/socks5srv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, mappings):
2525

2626
@staticmethod
2727
def parse_single_mapping(string):
28-
print(string)
28+
print("mapping: " + string)
2929
"""Parse a single mapping of the for '{host}:{port} to {host}:{port}'"""
3030

3131
# Accept either [ipv6]:port or host:port

0 commit comments

Comments
 (0)