diff -r 127b7898c1d6 -r 4adcde13ad17 plugins/raw.c --- 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; }