diff --git a/core/httpd.js b/core/httpd.js index 8db93f3e..467f0e36 100644 --- a/core/httpd.js +++ b/core/httpd.js @@ -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) {