diff -r 502c78a7f11f -r a5381c20e802 libpurple/protocols/novell/nmcontact.c --- a/libpurple/protocols/novell/nmcontact.c Fri Feb 12 02:16:44 2021 -0600 +++ b/libpurple/protocols/novell/nmcontact.c Fri Feb 12 18:37:00 2021 -0600 @@ -65,8 +65,7 @@ contact->ref_count = 1; - purple_debug(PURPLE_DEBUG_INFO, "novell", "Creating contact, total=%d\n", - count++); + purple_debug_info("novell", "Creating contact, total=%d", count++); return contact; } @@ -227,9 +226,7 @@ return; if (--(contact->ref_count) == 0) { - - purple_debug(PURPLE_DEBUG_INFO, "novell", - "Releasing contact, total=%d\n", --count); + purple_debug_info("novell", "Releasing contact, total=%d", --count); g_free(contact->display_name); g_free(contact->dn);