comparison libpurple/protocols/oscar/oscar.c @ 28768:4cb8d0fcfd2f

oscar: Add '\n' to a debug message missing it.
author Paul Aurich <paul@darkrain42.org>
date Tue, 08 Dec 2009 03:23:45 +0000
parents f8da53e381dd
children a299f96fb25c
comparison
equal deleted inserted replaced
28767:9ab75ab032b4 28768:4cb8d0fcfd2f
4648 4648
4649 conn = peer_connection_find_by_type(od, name, OSCAR_CAPABILITY_DIRECTIM); 4649 conn = peer_connection_find_by_type(od, name, OSCAR_CAPABILITY_DIRECTIM);
4650 if ((conn != NULL) && (conn->ready)) 4650 if ((conn != NULL) && (conn->ready))
4651 { 4651 {
4652 /* If we're directly connected, send a direct IM */ 4652 /* If we're directly connected, send a direct IM */
4653 purple_debug_info("oscar", "Sending direct IM with flags %i", imflags); 4653 purple_debug_info("oscar", "Sending direct IM with flags %i\n", imflags);
4654 purple_odc_send_im(conn, tmp1, imflags); 4654 purple_odc_send_im(conn, tmp1, imflags);
4655 } else { 4655 } else {
4656 struct buddyinfo *bi; 4656 struct buddyinfo *bi;
4657 struct aim_sendimext_args args; 4657 struct aim_sendimext_args args;
4658 PurpleConversation *conv; 4658 PurpleConversation *conv;