diff src/log.c @ 5211:0241d6b6702d

[gaim-migrate @ 5581] Wrote a new debugging API, and of course core/ui split it. Debug statements can now have debug levels and categories, for future filtering of stuff, and color highlighting. It's nifty, m'kay? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 06:46:08 +0000
parents fefad67de2c7
children 1f901484599d
line wrap: on
line diff
--- a/src/log.c	Sat Apr 26 05:31:26 2003 +0000
+++ b/src/log.c	Sat Apr 26 06:46:08 2003 +0000
@@ -202,7 +202,7 @@
 	if (stat(log_all_file, &st) < 0)
 		*flag = 1;
 
-	debug_printf("Logging to: \"%s\"\n", log_all_file);
+	gaim_debug(GAIM_DEBUG_INFO, "log", "Logging to: \"%s\"\n", log_all_file);
 
 	fd = fopen(log_all_file, "a");