]> andersk Git - libfaim.git/blobdiff - aim_rxhandlers.c
Somehow some debugging flippedon.
[libfaim.git] / 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.098549 seconds and 4 git commands to generate.