Skip to content

Commit 61440dc

Browse files
koffesrlubos
authored andcommitted
[nrf fromtree] usb: uac2: Adjust log level
The ECONNABORTED occurs on host stop and start. Lowered the log level. Signed-off-by: Kristoffer Skøien <kristoffer.skoien@nordicsemi.no> (cherry picked from commit a03b6d5) (cherry picked from commit 4e93329)
1 parent b791bd6 commit 61440dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subsys/usb/device_next/class/usbd_uac2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ static int uac2_request(struct usbd_class_data *const c_data, struct net_buf *bu
808808
bi = udc_get_buf_info(buf);
809809
if (err) {
810810
if (err == -ECONNABORTED) {
811-
LOG_WRN("request ep 0x%02x, len %u cancelled",
811+
LOG_INF("request ep 0x%02x, len %u cancelled",
812812
bi->ep, buf->len);
813813
} else {
814814
LOG_ERR("request ep 0x%02x, len %u failed",

0 commit comments

Comments
 (0)