Skip to content

Commit

Permalink
fix(ext_port): ESP_LOGW() -> ESP_LOGD() changed back
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam authored and espressif-bot committed Oct 17, 2024
1 parent 76293e3 commit 4677cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/usb/ext_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ static bool handle_port_status(ext_port_t *ext_port)
{
bool need_processing = false;
if (port_is_in_reset(ext_port)) {
ESP_LOGW(EXT_PORT_TAG, "[%d:%d] Port still in reset, wait and repeat get status...",
ESP_LOGD(EXT_PORT_TAG, "[%d:%d] Port still in reset, wait and repeat get status...",
ext_port->constant.parent_dev_addr,
ext_port->constant.port_num);
port_request_status(ext_port);
Expand Down

0 comments on commit 4677cce

Please sign in to comment.