# HG changeset patch # User Paul Aurich # Date 1260242625 0 # Node ID 4cb8d0fcfd2f1db0ffb967360bd34e33cf58341f # Parent 9ab75ab032b441c9fe17a20a58f0a6a3ed750480 oscar: Add '\n' to a debug message missing it. diff -r 9ab75ab032b4 -r 4cb8d0fcfd2f libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Sun Dec 06 22:44:20 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue Dec 08 03:23:45 2009 +0000 @@ -4650,7 +4650,7 @@ if ((conn != NULL) && (conn->ready)) { /* If we're directly connected, send a direct IM */ - purple_debug_info("oscar", "Sending direct IM with flags %i", imflags); + purple_debug_info("oscar", "Sending direct IM with flags %i\n", imflags); purple_odc_send_im(conn, tmp1, imflags); } else { struct buddyinfo *bi;