]> source.dussan.org Git - tigervnc.git/commitdiff
Don't need to log local port when handling -via (#126). 126/head
authorTim Waugh <twaugh@redhat.com>
Wed, 25 Feb 2015 13:40:45 +0000 (13:40 +0000)
committerTim Waugh <twaugh@redhat.com>
Wed, 25 Feb 2015 13:40:45 +0000 (13:40 +0000)
vncviewer/vncviewer.cxx

index 95e19aea0da88b0aa29d4a15023c1b14f277e9c0..936a22a09fc7c115cb4c8f6046af0dce3baca081 100644 (file)
@@ -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;
 }