pidgin: 6f533966: Fix this debug message. Thanks to flede...

markdoliner at pidgin.im markdoliner at pidgin.im
Wed Sep 24 13:05:29 EDT 2008


-----------------------------------------------------------------
Revision: 6f5339668b310efa60c047d0ee4613ccc6454bfb
Ancestor: 475223945bc39fa8d35f30060dd5cfda787d82d5
Author: markdoliner at pidgin.im
Date: 2008-09-24T17:01:32
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6f5339668b310efa60c047d0ee4613ccc6454bfb

Modified files:
        libpurple/dnsquery.c

ChangeLog: 

Fix this debug message.  Thanks to fledermaus who pointed it out.
Refs #6834.

-------------- next part --------------
============================================================
--- libpurple/dnsquery.c	e784d0240fbe55bc56419baf455cce1e160e4034
+++ libpurple/dnsquery.c	3220b7d2307a30138439f3eab7d7d9c21e5666e9
@@ -461,8 +461,8 @@ send_dns_request_to_child(PurpleDnsQuery
 		return FALSE;
 	}
 	if (rc < sizeof(dns_params)) {
-		purple_debug_error("dns", "Tried to read %" G_GSSIZE_FORMAT
-				" bytes from child but only read %" G_GSSIZE_FORMAT "\n",
+		purple_debug_error("dns", "Tried to write %" G_GSSIZE_FORMAT
+				" bytes to child but only wrote %" G_GSSIZE_FORMAT "\n",
 				sizeof(dns_params), rc);
 		purple_dnsquery_resolver_destroy(resolver);
 		return FALSE;


More information about the Commits mailing list