libpurple/conversationtypes.c

branch
soc.2013.gobjectification.plugins
changeset 36999
ddb4169bacc5
parent 36963
6cc39a95f75b
parent 35176
b0659f31989d
child 37016
48f85579cc4c
--- a/libpurple/conversationtypes.c	Mon Jan 20 07:28:30 2014 +0530
+++ b/libpurple/conversationtypes.c	Mon Jan 20 07:44:04 2014 +0530
@@ -168,7 +168,7 @@
 
 		serv_send_typing(gc, name, PURPLE_IM_TYPED);
 
-		purple_debug(PURPLE_DEBUG_MISC, "conversation", "typed...\n");
+		purple_debug(PURPLE_DEBUG_MISC, "conversationtypes", "typed...\n");
 	}
 
 	return FALSE;
@@ -1633,9 +1633,9 @@
 	if ((chat = purple_conversations_find_chat_with_account(name, account)) != NULL)
 	{
 		if (!purple_chat_conversation_has_left(chat)) {
-			purple_debug_warning("conversation", "Trying to create multiple "
-					"chats (%s) with the same name is deprecated and will be "
-					"removed in libpurple 3.0.0", name);
+			purple_debug_warning("conversationtypes", "Trying to create "
+					"multiple chats (%s) with the same name is deprecated and "
+					"will be removed in libpurple 3.0.0", name);
 		} else {
 			/*
 			 * This hack is necessary because some protocols (MSN) have unnamed chats

mercurial