diff plugins/raw.c @ 6822:7dba3e17cb21

[gaim-migrate @ 7366] Added plugin IPC. Its use is shown in plugins/ipc-test-server.c and plugins/ipc-test-client.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 13 Sep 2003 09:31:03 +0000
parents ed89cd0c675e
children d7fd01f7bdcb
line wrap: on
line diff
--- a/plugins/raw.c	Fri Sep 12 23:32:10 2003 +0000
+++ b/plugins/raw.c	Sat Sep 13 09:31:03 2003 +0000
@@ -41,6 +41,7 @@
 
 	txt = gtk_entry_get_text(entry);
 
+	gaim_debug_misc("raw", "prpl num = %d\n", gaim_account_get_protocol(account));
 	switch (gaim_account_get_protocol(account)) {
 		case GAIM_PROTO_TOC:
 			{
@@ -76,6 +77,8 @@
 			break;
 
 		default:
+			gaim_debug_error("raw", "Unknown protocol ID %d\n",
+							 gaim_account_get_protocol(account));
 			break;
 	}