diff plugins/spellchk.c @ 5227:6d1707dc8c3d

[gaim-migrate @ 5597] debug_printf -> gaim_debug committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 17:36:52 +0000
parents fefad67de2c7
children 2c4c975620f0
line wrap: on
line diff
--- a/plugins/spellchk.c	Sat Apr 26 15:42:36 2003 +0000
+++ b/plugins/spellchk.c	Sat Apr 26 17:36:52 2003 +0000
@@ -339,7 +339,8 @@
 		} while(gtk_tree_model_iter_next(GTK_TREE_MODEL(model), &iter));
 	}
 	if(fclose(f)) {
-		debug_printf("Error writing to %s: %m\n", tempfilename);
+		gaim_debug(GAIM_DEBUG_ERROR, "spellchk",
+				   "Error writing to %s: %m\n", tempfilename);
 		unlink(tempfilename);
 		g_free(name);
 		return;