just renaming commit
[henge/kiak.git] / main.js
diff --git a/main.js b/main.js
index 136aee1..b2d4c7a 100644 (file)
--- a/main.js
+++ b/main.js
@@ -79,7 +79,7 @@ const router = {
         //      (this happens when a client connects to an active route with no currently-online host)\r
       }\r
       else if (headerData.localeCompare('ice-candidate-request') === 0) {\r
-        console.log('Server: received ice-candidate-request from Client')\r
+        console.log('Server: received ice-candidate-request from Client ') \r
         let pubKey = request.headers['x-client-pubkey']\r
         clients.set(pubKey, response)\r
         pubKey = '{ "pubKey": "'  + pubKey + '" }'\r