SIM sniffer: Minor output fix

This commit is contained in:
Andreas Eversberg 2021-10-23 10:36:24 +02:00
parent 0ebd53ac69
commit 46b00e21f0
1 changed files with 1 additions and 1 deletions

View File

@ -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);