diff src/protocols/silc/ops.c @ 9272:ac4480944fc3

[gaim-migrate @ 10075] Stu Tomlinson went crazy adding commands to SILC. He also made it so the gaim password field can be used as the SILC passphrase, and fixed some bugs while he was in there. Yay for Stu. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 12 Jun 2004 18:36:05 +0000
parents bf4ecb0ae208
children b8138f3959dc
line wrap: on
line diff
--- a/src/protocols/silc/ops.c	Sat Jun 12 17:34:59 2004 +0000
+++ b/src/protocols/silc/ops.c	Sat Jun 12 18:36:05 2004 +0000
@@ -653,7 +653,7 @@
 				/* Find buddy by nickname */
 				b = gaim_find_buddy(sg->account, client_entry->nickname);
 				if (!b) {
-					fprintf(stderr, "WATCH for %s, unknown buddy",
+					gaim_debug_warning("silc", "WATCH for %s, unknown buddy",
 						client_entry->nickname);
 					break;
 				}