soc.2009.telepathy: 39fa7d71: Changed log level from error to info for...

sttwister at soc.pidgin.im sttwister at soc.pidgin.im
Tue Jul 28 11:05:24 EDT 2009


-----------------------------------------------------------------
Revision: 39fa7d714d44c059fe876b47df43a6b0c2dc37ab
Ancestor: 33bbda77a3fd14e41b11f645c3d6e0f288e5b281
Author: sttwister at soc.pidgin.im
Date: 2009-07-28T15:02:10
Branch: im.pidgin.soc.2009.telepathy
URL: http://d.pidgin.im/viewmtn/revision/info/39fa7d714d44c059fe876b47df43a6b0c2dc37ab

Modified files:
        libpurple/protocols/telepathy/telepathy_channel_list.c

ChangeLog: 

Changed log level from error to info for local pending members

-------------- next part --------------
============================================================
--- libpurple/protocols/telepathy/telepathy_channel_list.c	f8613678f3af018933633f221413e57faea08272
+++ libpurple/protocols/telepathy/telepathy_channel_list.c	a7700f37aa5fccf730d4e640b099574d52e8bf05
@@ -250,7 +250,7 @@ get_local_pending_members_with_info_cb (
 		return;
 	}
 
-	purple_debug_error("telepathy", "%u contacts are local pending!\n",
+	purple_debug_info("telepathy", "%u contacts are local pending!\n",
 			out_Info->len);
 
 	for (i = 0; i<out_Info->len; ++i)


More information about the Commits mailing list