src/protocols/rendezvous/rendezvous.c

changeset 10816
ba2657f4c157
parent 10812
25c595cbffe8
child 11033
dc68e074f10d
--- a/src/protocols/rendezvous/rendezvous.c	Mon Apr 11 15:00:30 2005 +0000
+++ b/src/protocols/rendezvous/rendezvous.c	Mon Apr 11 15:26:51 2005 +0000
@@ -831,7 +831,7 @@
 	prpl_info.set_status			= rendezvous_prpl_set_status;
 
 	if (gethostname(hostname, 255) != 0) {
-		gaim_debug_warning("rendezvous", "Error %d when getting host name. Using \"localhost.\"\n", errno);
+		gaim_debug_warning("rendezvous", "Error %d when getting host name.  Using \"localhost.\"\n", errno);
 		strcpy(hostname, "localhost");
 	}
 

mercurial