diff libpurple/protocols/novell/nmevent.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/nmevent.c	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/novell/nmevent.c	Mon Mar 19 07:01:17 2007 +0000
@@ -170,7 +170,7 @@
 			msg = g_new0(char, size + 1);
 			rc = nm_read_all(conn, msg, size);
 
-			gaim_debug(GAIM_DEBUG_INFO, "novell", "Message is %s\n", msg);
+			purple_debug(PURPLE_DEBUG_INFO, "novell", "Message is %s\n", msg);
 
 			/* Auto replies are not in RTF format! */
 			if (!autoreply) {
@@ -180,7 +180,7 @@
 				nortf = nm_rtf_strip_formatting(ctx, msg);
 				nm_rtf_deinit(ctx);
 
-				gaim_debug(GAIM_DEBUG_INFO, "novell",
+				purple_debug(PURPLE_DEBUG_INFO, "novell",
 						   "Message without RTF is %s\n", nortf);
 
 				/* Store the event data */
@@ -910,7 +910,7 @@
 				break;
 
 			default:
-				gaim_debug(GAIM_DEBUG_INFO, "novell",
+				purple_debug(PURPLE_DEBUG_INFO, "novell",
 						   "Unknown event %d received.\n", type);
 				rc = NMERR_PROTOCOL;
 				break;