From 2afb640c244561c33fdc824182155b35af7514ec Mon Sep 17 00:00:00 2001 From: Dave Winer Date: Sat, 27 Dec 2014 10:47:54 -0500 Subject: [PATCH] v0.42 --- pagepark.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagepark.js b/pagepark.js index edb6b41..65e43c6 100644 --- a/pagepark.js +++ b/pagepark.js @@ -1,4 +1,4 @@ -var myVersion = "0.42", myProductName = "pagePark", myPort = 80; +var myVersion = "0.42", myProductName = "pagePark"; //The MIT License (MIT) @@ -397,7 +397,7 @@ function handleHttpRequest (httpRequest, httpResponse) { else { port = 80; } - console.log (httpRequest.method + " " + host + ":" + port + " " + lowerpath); + console.log (now.toLocaleTimeString () + " " + httpRequest.method + " " + host + ":" + port + " " + lowerpath); switch (lowerpath) { case "/version": httpResponse.writeHead (200, {"Content-Type": "text/plain"});