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:
		@@ -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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user