Skip to content

Commit 55bd5eb

Browse files
Add error code to log
1 parent 2763769 commit 55bd5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/wifi/wf200/WifiInterfaceImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ sl_status_t WifiInterfaceImpl::InitWf200Platform()
10851085
sl_wfx_host_gpio_init();
10861086

10871087
status = wfx_init();
1088-
VerifyOrReturnError(status == SL_STATUS_OK, status, ChipLogError(DeviceLayer, "WF200:init failed"));
1088+
VerifyOrReturnError(status == SL_STATUS_OK, status, ChipLogError(DeviceLayer, "WF200:init failed: %ld", status));
10891089

10901090
/* Initialize the LwIP stack */
10911091
ChipLogDetail(DeviceLayer, "WF200:Start LWIP");

0 commit comments

Comments
 (0)