]> andersk Git - libfaim.git/commitdiff
Somehow some debugging flippedon.
authormid <mid>
Fri, 16 Jun 2000 21:11:56 +0000 (21:11 +0000)
committermid <mid>
Fri, 16 Jun 2000 21:11:56 +0000 (21:11 +0000)
aim_rxhandlers.c

index 81d3cffadcb5ba6efd031d3f6d52b7d07f6b3d98..c2b61aadb1f5497236447a64389f59e8c08648e2 100644 (file)
@@ -703,9 +703,9 @@ int aim_parse_unknown(struct aim_session_t *sess,
   for (i = 0; i < command->commandlen; i++)
     {
       if ((i % 8) == 0)
-       printf("\n\t");
+       faimdprintf(1, "\n\t");
 
-      printf("0x%2x ", command->data[i]);
+      faimdprintf(1, "0x%2x ", command->data[i]);
     }
   
   printf("\n\n");
This page took 0.050342 seconds and 5 git commands to generate.