aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-02-07 18:20:20 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-02 19:28:00 +0100
commit3864a794b46979645cf337b97532746b37fed95d (patch)
tree3642dfdc4e3a41ad175cc7f2cff96c5e9b592da3
parente051ddd1f3ce76202ae0e18f3b56f4639cc82ea7 (diff)
minor: improve debug output
-rw-r--r--firmware/libcommon/source/sniffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/libcommon/source/sniffer.c b/firmware/libcommon/source/sniffer.c
index 33c16d3..82c4b3f 100644
--- a/firmware/libcommon/source/sniffer.c
+++ b/firmware/libcommon/source/sniffer.c
@@ -214,8 +214,8 @@ static void update_wt(uint8_t wi, uint8_t d)
if (0 != d) {
wt_d = d;
}
- wt = wt_wi*960UL*wt_d;
- TRACE_INFO("WT updated to %lu\n\r", wt);
+ wt = wt_wi * 960UL * wt_d;
+ TRACE_INFO("WT updated to %lu ETU\n\r", wt);
}
/*! Allocate USB buffer and push + initialize simtrace_msg_hdr