diff libpurple/protocols/novell/nmcontact.c @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/novell/nmcontact.c	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/novell/nmcontact.c	Mon Mar 19 07:01:17 2007 +0000
@@ -64,7 +64,7 @@
 
 	contact->ref_count = 1;
 
-	gaim_debug(GAIM_DEBUG_INFO, "novell", "Creating contact, total=%d\n",
+	purple_debug(PURPLE_DEBUG_INFO, "novell", "Creating contact, total=%d\n",
 			   count++);
 
 	return contact;
@@ -229,7 +229,7 @@
 
 	if (--(contact->ref_count) == 0) {
 
-		gaim_debug(GAIM_DEBUG_INFO, "novell",
+		purple_debug(PURPLE_DEBUG_INFO, "novell",
 				   "Releasing contact, total=%d\n", --count);
 
 		if (contact->display_name) {