From 537b149828be91189f99acc8d9c655b8a75b95ee Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 21 Aug 2015 17:52:07 +0200 Subject: tbf: Fix typos in log messages concerning UL/DL The TBF in create_dl_ass can be of any direction. The text in rcv_resource_request uses DL instead of UL. Sponsored-by: On-Waves ehf --- src/tbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tbf.cpp') diff --git a/src/tbf.cpp b/src/tbf.cpp index c63d7cc2..457fe24e 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -737,7 +737,7 @@ struct msgb *gprs_rlcmac_tbf::create_dl_ass(uint32_t fn) if (!new_dl_tbf) { LOGP(DRLCMACDL, LOGL_ERROR, "We have a schedule for downlink " - "assignment at uplink %s, but there is no downlink " + "assignment at %s, but there is no downlink " "TBF\n", tbf_name(this)); dl_ass_state = GPRS_RLCMAC_DL_ASS_NONE; return NULL; -- cgit v1.2.3