diff options
-rw-r--r-- | vncviewer/vncviewer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |