diff src/proxy.c @ 13023:e8adf8183cf4

[gaim-migrate @ 15376] A few tweaks. Don't show connection errors in the buddy list. Anything else for beta2? I'll tag and make tarballs tonight around 11:30 EST, if not. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 23:16:31 +0000
parents c1b2ba353e85
children 31a3a9af1494
line wrap: on
line diff
--- a/src/proxy.c	Mon Jan 23 15:15:01 2006 +0000
+++ b/src/proxy.c	Mon Jan 23 23:16:31 2006 +0000
@@ -624,7 +624,7 @@
 	struct sockaddr *addr = NULL;
 	size_t addrlen;
 
-	gaim_debug_info("dns", "Host '%s' resolved\n", req->host);
+	gaim_debug_info("dns", "Got response for '%s'\n", req->host);
 	gaim_input_remove(req->inpa);
 
 	rc = read(req->fd_out, &err, sizeof(err));