Skip to content

Commit 5872185

Browse files
robertfalkenbergcodebot
authored andcommitted
Revert "rlc: lower RLC warning to info when TX window is full"
This reverts commit 830f4b3.
1 parent ab1fa1a commit 5872185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rlc/rlc_tx_am_entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ byte_buffer_chain rlc_tx_am_entity::build_new_pdu(uint32_t grant_len)
147147

148148
// do not build any more PDU if window is already full
149149
if (tx_window->full()) {
150-
logger.log_info("Cannot build data PDU, tx_window is full. grant_len={}", grant_len);
150+
logger.log_warning("Cannot build data PDU, tx_window is full. grant_len={}", grant_len);
151151
return {};
152152
}
153153

0 commit comments

Comments
 (0)