From: Tim Waugh Date: Wed, 25 Feb 2015 13:40:45 +0000 (+0000) Subject: Don't need to log local port when handling -via (#126). X-Git-Tag: v1.4.90~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F126%2Fhead;p=tigervnc.git Don't need to log local port when handling -via (#126). --- diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 95e19aea..936a22a0 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -330,7 +330,6 @@ interpretViaParam(char *remoteHost, int *remotePort, int localPort) snprintf(vncServerName, VNCSERVERNAMELEN, "localhost::%d", localPort); vncServerName[VNCSERVERNAMELEN - 1] = '\0'; - vlog.error("%s", vncServerName); return 0; }