From 46b00e21f0e58c71d7f9f47e985d522cc097b5e2 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 23 Oct 2021 10:36:24 +0200 Subject: SIM sniffer: Minor output fix --- src/sim/sniffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sim/sniffer.c b/src/sim/sniffer.c index f635246..34a2e4c 100644 --- a/src/sim/sniffer.c +++ b/src/sim/sniffer.c @@ -740,7 +740,7 @@ static void rx_char(sim_sniffer_t *sim, uint8_t c) else if ((sim->block_control & 0x1f) == 0x09) PDEBUG(DSIM2, DEBUG_INFO, " control REJ: N(R)=%d\n", sim->block_control >> 5); else if (sim->block_control == 0xef) - PDEBUG(DSIM2, DEBUG_INFO, " control RES"); + PDEBUG(DSIM2, DEBUG_INFO, " control RES\n"); else PDEBUG(DSIM2, DEBUG_INFO, " control unknown 0x%02x\n", sim->block_control); PDEBUG(DSIM2, DEBUG_INFO, " length %d\n", sim->block_length); -- cgit v1.2.3