]> source.dussan.org Git - tigervnc.git/commitdiff
Removed extra newline in Listening on port printout.
authorPeter Åstrand (astrand) <astrand@cendio.se>
Wed, 18 Mar 2015 09:31:01 +0000 (10:31 +0100)
committerPeter Åstrand (astrand) <astrand@cendio.se>
Wed, 18 Mar 2015 09:31:01 +0000 (10:31 +0100)
vncviewer/vncviewer.cxx

index 6fe6356686bb0a8283f94af877c46a0f1212d046..09d07150ed392a50ee902a2193e4a4ec1917daac 100644 (file)
@@ -540,7 +540,7 @@ int main(int argc, char** argv)
 
       createTcpListeners(&listeners, 0, port);
 
-      vlog.info(_("Listening on port %d\n"), port);
+      vlog.info(_("Listening on port %d"), port);
 
       /* Wait for a connection */
       while (sock == NULL) {