libpurple/blistnodetypes.c

branch
soc.2013.gobjectification.plugins
changeset 36999
ddb4169bacc5
parent 36962
bb716fcd7bb0
parent 35176
b0659f31989d
child 37075
cf3f735b09b7
--- a/libpurple/blistnodetypes.c	Mon Jan 20 07:28:30 2014 +0530
+++ b/libpurple/blistnodetypes.c	Mon Jan 20 07:44:04 2014 +0530
@@ -457,7 +457,7 @@
 
 	status = purple_presence_get_active_status(priv->presence);
 
-	purple_debug_info("blist", "Updating buddy status for %s (%s)\n",
+	purple_debug_info("blistnodetypes", "Updating buddy status for %s (%s)\n",
 			priv->name, purple_account_get_protocol_name(priv->account));
 
 	if (purple_status_is_online(status) &&
@@ -1488,7 +1488,7 @@
 				purple_blist_add_chat((PurpleChat *)child, dest, prev);
 				prev = child;
 			} else {
-				purple_debug(PURPLE_DEBUG_ERROR, "blist",
+				purple_debug(PURPLE_DEBUG_ERROR, "blistnodetypes",
 						"Unknown child type in group %s\n", priv->name);
 			}
 			child = next;

mercurial