From 71e609e93af33def72ec1897b88ad0997ad9bae2 Mon Sep 17 00:00:00 2001 From: mid Date: Fri, 16 Jun 2000 21:11:56 +0000 Subject: [PATCH] Somehow some debugging flippedon. --- aim_rxhandlers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aim_rxhandlers.c b/aim_rxhandlers.c index 81d3cff..c2b61aa 100644 --- a/aim_rxhandlers.c +++ b/aim_rxhandlers.c @@ -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"); -- 2.45.2