summaryrefslogtreecommitdiff
path: root/libpurple/buddylist.c
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2021-02-12 18:37:00 -0600
committerArkadiy Illarionov <qarkai@gmail.com>2021-02-12 18:37:00 -0600
commitbfe5f87b4f11b160bf1448c16ede8e460261870a (patch)
tree277dbeced30196601355ebcd44c442bc5ceb8160 /libpurple/buddylist.c
parentd013254940b8969d00a24c204ae12eaaaf78515b (diff)
downloadpidgin-bfe5f87b4f11b160bf1448c16ede8e460261870a.tar.gz
Use specific purple_debug_* functions
Instead of `purple_debug`. Also: * remove `\n` at the end * inline untar macros Reviewed at https://reviews.imfreedom.org/r/490/
Diffstat (limited to 'libpurple/buddylist.c')
-rw-r--r--libpurple/buddylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/buddylist.c b/libpurple/buddylist.c
index 291f5d44c2..ab37f22037 100644
--- a/libpurple/buddylist.c
+++ b/libpurple/buddylist.c
@@ -2225,7 +2225,7 @@ purple_blist_uninit(void)
purple_blist_sync();
}
- purple_debug(PURPLE_DEBUG_INFO, "buddylist", "Destroying\n");
+ purple_debug_info("buddylist", "Destroying");
g_hash_table_destroy(buddies_cache);
g_hash_table_destroy(groups_cache);