From 4eb0c42a7e302a9c8879107b562a9f4089240a87 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 21 Oct 2016 07:35:14 -0400 Subject: [PATCH] fix typos --- websocket-ui/ui.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/websocket-ui/ui.js b/websocket-ui/ui.js index a1cd228..64254b1 100644 --- a/websocket-ui/ui.js +++ b/websocket-ui/ui.js @@ -117,13 +117,11 @@ function tunnelState(tid, state) { tunnelFailed(tid); } else if (state == "6" ) { tunnelExpiring(tid); - } else { - logit("tunnel "+tid+" state "+state); } } function tunnelCreated(tid) { - logit("tunnel "+tid+" was created"); + logit("Tunnel "+tid+" was created"); } function logit(msg) {