Skip to content

Commit

Permalink
Pull request project-chip#426: Fix EFR32 Window Covering build failur…
Browse files Browse the repository at this point in the history
…e due to outdated log statement

Merge in WMN_TOOLS/matter from bugfix/wifi_window_app_build_failure_fix to RC_1.0.2-1.0

Squashed commit of the following:

commit 32d5a05f52f1cb7a177582085a9d4f75be0b6bc1
Author: Manav Mehta <Manav.Mehta@silabs.com>
Date:   Tue Dec 13 04:31:14 2022 +0000

    Fixed build failure due to outdated log statement
  • Loading branch information
Manav Mehta authored and jmartinez-silabs committed Dec 13, 2022
1 parent 0ed0650 commit 422b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window-app/silabs/efr32/src/WindowAppImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ CHIP_ERROR WindowAppImpl::Init()
}
else
{
EFR32_LOG("Getting QR code failed!");
SILABS_LOG("Getting QR code failed!");
}
#endif // QR_CODE_ENABLED

Expand Down

0 comments on commit 422b125

Please sign in to comment.