pidgin: dde47619: Minor typo in a debug statement. I do s...

markdoliner at pidgin.im markdoliner at pidgin.im
Thu May 29 02:05:39 EDT 2008


-----------------------------------------------------------------
Revision: dde47619c5574f42aca27bf71d79520541c713a0
Ancestor: 677a3855450efcb2a3b51c843ced2d166c018159
Author: markdoliner at pidgin.im
Date: 2008-05-29T06:00:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/dde47619c5574f42aca27bf71d79520541c713a0

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

Minor typo in a debug statement.  I do stuff like this all the time.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	9f7bea7dffac779ec3d9d82187cbf3b9a7a5ac0d
+++ libpurple/protocols/oscar/oscar.c	ba51403436747c3e7281dd2398242767e95410d0
@@ -976,8 +976,8 @@ connection_established_cb(gpointer data,
 
 	if (source < 0)
 	{
-		purple_debug_error("oscar", "unable to connect FLAP server "
-				"of type 0x%04hx\n", conn->type);
+		purple_debug_error("oscar", "unable to connect to FLAP "
+				"server of type 0x%04hx\n", conn->type);
 		if (conn->type == SNAC_FAMILY_AUTH)
 		{
 			gchar *msg;


More information about the Commits mailing list