diff src/protocols/oscar/oscar.c @ 8430:87bd4d4ff499

[gaim-migrate @ 9160] Various uselessness committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Mar 2004 01:55:54 +0000
parents 6995abd533f5
children 990314a962fb
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Thu Mar 11 20:50:15 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Fri Mar 12 01:55:54 2004 +0000
@@ -4977,7 +4977,7 @@
 			   "ssi: syncing local list and server list\n");
 
 	if ((timestamp == 0) || (numitems == 0)) {
-		gaim_notify_error(gc, NULL, "Got AIM SSI with a 0 timestamp or 0 numitems, not syncing, tell KingAnt!  And tell him if your buddy list actually works or not.  Thanks!  Oh, IM him at markdoliner on AIM/ICQ.", NULL);
+		gaim_debug(GAIM_DEBUG_INFO, "oscar", "Got AIM SSI with a 0 timestamp or 0 numitems--not syncing.  This probably means your buddy list is empty.", NULL);
 		return 1;
 	}