minor logging cleanup

This commit is contained in:
AJ ONeal 2018-06-21 20:00:02 +00:00
parent 8be76e1eb2
commit af63322aca
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ module.exports.create = function (state) {
|| redirectHttpsAndClose
);
state.handleInsecureHttp = function (servername, socket) {
console.log("handleInsecureHttp('" + servername + "', socket)");
console.log("[handlers] insecure http for '" + servername + "'");
socket.__my_servername = servername;
state.httpInsecureServer.emit('connection', socket);
};