Skip to content

Commit 2ac69a6

Browse files
authored
Change log level from warning to debug for read (#844)
1 parent c207156 commit 2ac69a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/sccb-ng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ uint8_t SCCB_Read(uint8_t slv_addr, uint8_t reg)
243243
if (ret != ESP_OK) {
244244
ESP_LOGE(TAG, "SCCB_Read Failed addr:0x%02x, reg:0x%02x, ret:%d", slv_addr, reg, ret);
245245
}
246-
ESP_LOGW(TAG, "read OK");
246+
ESP_LOGD(TAG, "read OK");
247247
return rx_buffer[0];
248248
}
249249

0 commit comments

Comments
 (0)