Mercurial > pidgin
changeset 23236:eab5bbc5031c
Minor typo in a debug statement. I do stuff like this all the time.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 29 May 2008 06:00:09 +0000 |
parents | 37866b3e549c |
children | 6c22faa7f919 7981a140d81a |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Thu May 29 02:00:57 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu May 29 06:00:09 2008 +0000 @@ -976,8 +976,8 @@ 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;