summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-09-21 21:17:47 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-09-21 21:17:47 +0700
commitf5004affc9eab672975ad3b7eb1368bdf4121a3d (patch)
tree8f712c75e90a64a327aed37efab3bc067e6aeb6c
parentb4294471684b6b56c4c93479be7e7771f5d8a676 (diff)
layer23/l1ctl.c: drop redundant printf() call
-rw-r--r--src/host/layer23/src/common/l1ctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index 3c570428..78e340b9 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -226,7 +226,6 @@ 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",
dl->num_biterr);
msgb_free(msg);