--- 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; }