Fix an httpd error log.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4648 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-11-27 17:23:31 +00:00
parent a185ded47e
commit 625504b8eb

View File

@ -582,7 +582,7 @@ if (tildefriends.https_port) {
handleConnection(client);
return result;
} catch (error) {
logError("[" + new Date() + "] [" + client.peerName + "] " + error);
logError("[" + new Date() + "] " + error);
}
});
}).catch(function(error) {