diff libfaim/aim_rxhandlers.c @ 446:6d78b988b479

[gaim-migrate @ 456] Can log into Oscar again. Thank god. I hate toc. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Jun 2000 02:35:56 +0000
parents e4c34ca88d9b
children 6e318907bcce
line wrap: on
line diff
--- a/libfaim/aim_rxhandlers.c	Thu Jun 29 20:40:28 2000 +0000
+++ b/libfaim/aim_rxhandlers.c	Fri Jun 30 02:35:56 2000 +0000
@@ -5,9 +5,6 @@
  * with aim_rxdispatch(), the Rx dispatcher.  Queue/list management is
  * actually done in aim_rxqueue.c.
  *
- * Changes by EWarmenhoven, Wed May 24 09:33:38 UTC 2000:
- * - there were some "bleck" printf's i changed to faimdprintf's.
- *
  */
 
 #include <faim/aim.h>
@@ -177,9 +174,9 @@
   subtype= aimutil_get16(workingPtr->data+2);
 
   if((family < maxf) && (subtype+1 < maxs) && (literals[family][subtype] != NULL))
-    faimdprintf("bleck: null handler for %04x/%04x (%s)\n", family, subtype, literals[family][subtype+1]);
+    printf("bleck: null handler for %04x/%04x (%s)\n", family, subtype, literals[family][subtype+1]);
   else
-    faimdprintf("bleck: null handler for %04x/%04x (no literal)\n",family,subtype);
+    printf("bleck: null handler for %04x/%04x (no literal)\n",family,subtype);
 
   return 1;
 }