simtrace2: Fix missing LF at end of log output in process_do_rx_da()

Change-Id: I9ecda9f47711e24bf5d3d57e3d9e117add29f4cc
This commit is contained in:
Harald Welte 2020-05-25 18:14:49 +02:00
parent 80a0110f77
commit 06fff2aec1
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static int process_do_rx_da(struct osmo_st2_cardem_inst *ci, uint8_t *buf, int l
struct frontend_tpdu ftpdu;
int rc;
LOGCI(ci, LOGL_DEBUG, "SIMtrace => DATA: flags=%x, %s: ", data->flags,
LOGCI(ci, LOGL_DEBUG, "SIMtrace => DATA: flags=%x, %s\n", data->flags,
osmo_hexdump(data->data, data->data_len));
/* parse the APDU data in the USB message */