summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/src/common/l1ctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index ba037d09..fd675517 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -244,8 +244,7 @@ static int rx_ph_data_ind(struct osmocom_ms *ms, struct msgb *msg)
}
if (dl->fire_crc >= 2) {
-printf("Dropping frame with %u bit errors\n", dl->num_biterr);
- LOGP(DL1C, LOGL_NOTICE, "Dropping frame with %u bit errors\n",
+ LOGP(DRR, LOGL_NOTICE, "Bad frame frame with %u bit errors\n",
dl->num_biterr);
msgb_free(msg);
return 0;