Merge branches 'format-security' and 'module-ldnow-master' of https://github.com/twaugh/tigervnc
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 332a81c..936a22a 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -330,7 +330,6 @@
 
   snprintf(vncServerName, VNCSERVERNAMELEN, "localhost::%d", localPort);
   vncServerName[VNCSERVERNAMELEN - 1] = '\0';
-  vlog.error(vncServerName);
 
   return 0;
 }