diff libpurple/protocols/msn/msnutils.c @ 23564:7bceac816e19

The great MSN debug message cleanup! Threw in a few whitespace fixes, too, as I saw them. Nothing to see here, move along...
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 12 Jul 2008 04:42:24 +0000
parents 54f7e507ea7d
children a0e957b7b923
line wrap: on
line diff
--- a/libpurple/protocols/msn/msnutils.c	Wed Jul 09 04:39:02 2008 +0000
+++ b/libpurple/protocols/msn/msnutils.c	Sat Jul 12 04:42:24 2008 +0000
@@ -487,7 +487,7 @@
 	struct tm ctime;
 	time_t ts;
 
-	purple_debug_info("MSNP14","convert string is{%s}\n",timestr);
+	purple_debug_info("msn", "convert string is{%s}\n", timestr);
 	tzset();
 	/*copy string first*/
 	memset(temp, 0, sizeof(temp));