We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40110b commit 78b027dCopy full SHA for 78b027d
tests/integration_tests/functional/test_uffd.py
@@ -165,7 +165,7 @@ def test_valid_handler(bin_cloner_path,
165
166
@type: functional
167
"""
168
- logger = logging.getLogger("uffd_unbinded_socket")
+ logger = logging.getLogger("uffd_valid_handler")
169
170
logger.info("Create snapshot")
171
snapshot = create_snapshot(bin_cloner_path)
@@ -218,7 +218,7 @@ def test_malicious_handler(bin_cloner_path,
218
219
@type: negative
220
221
+ logger = logging.getLogger("uffd_malicious_handler")
222
223
224
0 commit comments