[pve-devel] r5447 - vncterm/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Jan 27 12:57:58 CET 2011


Author: dietmar
Date: 2011-01-27 12:57:58 +0100 (Thu, 27 Jan 2011)
New Revision: 5447

Modified:
   vncterm/pve2/vncterm.c
Log:


Modified: vncterm/pve2/vncterm.c
===================================================================
--- vncterm/pve2/vncterm.c	2011-01-27 11:54:49 UTC (rev 5446)
+++ vncterm/pve2/vncterm.c	2011-01-27 11:57:58 UTC (rev 5447)
@@ -90,7 +90,7 @@
 
 	struct hostent *he;
 	if ((he = gethostbyname("localhost")) == NULL) {
-		perror("pve_auth_verify: error resolving hostname");
+		fprintf(stderr, "pve_auth_verify: error resolving hostname\n");
 		goto err;
 	}
 
@@ -138,7 +138,7 @@
 		goto err;
 	}
 	if (sb != len) {
-		fprintf(stderr, "pve_auth_verify: partial send error");
+		fprintf(stderr, "pve_auth_verify: partial send error\n");
 		goto err;
 	}
 




More information about the pve-devel mailing list