Rename writeVerboseInformation to writeVerbose

This commit is contained in:
Sander Declerck 2025-10-27 17:14:45 +01:00
parent c5e25f4813
commit ddc8218a2d
No known key found for this signature in database
4 changed files with 10 additions and 12 deletions

View file

@ -109,7 +109,7 @@ function handleConnect(req, clientSocket, head) {
mitmConnect(req, clientSocket, isAllowedUrl);
} else {
// For other hosts, just tunnel the request to the destination tcp socket
ui.writeVerboseInformation(`Safe-chain: Tunneling request to ${req.url}`);
ui.writeVerbose(`Safe-chain: Tunneling request to ${req.url}`);
tunnelRequest(req, clientSocket, head);
}
}