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:
parent
a185ded47e
commit
625504b8eb
@ -582,7 +582,7 @@ if (tildefriends.https_port) {
|
|||||||
handleConnection(client);
|
handleConnection(client);
|
||||||
return result;
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logError("[" + new Date() + "] [" + client.peerName + "] " + error);
|
logError("[" + new Date() + "] " + error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).catch(function(error) {
|
}).catch(function(error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user