comparison libpurple/protocols/oscar/oscar.c @ 23238: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 66a60f01e8a0
children 6c22faa7f919
comparison
equal deleted inserted replaced
23237:37866b3e549c 23238:eab5bbc5031c
974 conn->connect_data = NULL; 974 conn->connect_data = NULL;
975 conn->fd = source; 975 conn->fd = source;
976 976
977 if (source < 0) 977 if (source < 0)
978 { 978 {
979 purple_debug_error("oscar", "unable to connect FLAP server " 979 purple_debug_error("oscar", "unable to connect to FLAP "
980 "of type 0x%04hx\n", conn->type); 980 "server of type 0x%04hx\n", conn->type);
981 if (conn->type == SNAC_FAMILY_AUTH) 981 if (conn->type == SNAC_FAMILY_AUTH)
982 { 982 {
983 gchar *msg; 983 gchar *msg;
984 msg = g_strdup_printf(_("Could not connect to authentication server:\n%s"), 984 msg = g_strdup_printf(_("Could not connect to authentication server:\n%s"),
985 error_message); 985 error_message);